mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +00:00
docs: samabanova doc minor fixes (#31436)
- **Description:** samabanova provider docs minor fixes
This commit is contained in:
parent
bbb60e210a
commit
5b9394319b
@ -74,14 +74,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain_community.llms.sambanova import SambaNovaCloud\n",
|
"from langchain_community.llms.sambanova import SambaNovaCloud\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = SambaNovaCloud(\n",
|
"llm = SambaNovaCloud(\n",
|
||||||
" model=\"Meta-Llama-3.1-70B-Instruct\",\n",
|
" model=\"Meta-Llama-3.3-70B-Instruct\",\n",
|
||||||
" max_tokens_to_generate=1000,\n",
|
" max_tokens_to_generate=1000,\n",
|
||||||
" temperature=0.01,\n",
|
" temperature=0.01,\n",
|
||||||
" # top_k = 50,\n",
|
" # top_k = 50,\n",
|
||||||
|
@ -130,7 +130,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"For a more detailed walkthrough of the SambaStudioEmbeddings component, see [this notebook](https://python.langchain.com/docs/integrations/text_embedding/sambanova/)"
|
"For a more detailed walkthrough of the SambaNovaCloudEmbeddings component, see [this notebook](https://python.langchain.com/docs/integrations/text_embedding/sambanova/)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user