docs: samabanova doc minor fixes (#31436)

- **Description:** samabanova provider docs minor fixes
This commit is contained in:
Jorge Piedrahita Ortiz 2025-05-30 11:07:04 -05:00 committed by GitHub
parent bbb60e210a
commit 5b9394319b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -74,14 +74,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from langchain_community.llms.sambanova import SambaNovaCloud\n",
"\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",
" temperature=0.01,\n",
" # top_k = 50,\n",

View File

@ -130,7 +130,7 @@
"cell_type": "markdown",
"metadata": {},
"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/)"
]
},
{