Skip to content

Commit 5b93943

Browse files
docs: samabanova doc minor fixes (#31436)
- **Description:** samabanova provider docs minor fixes
1 parent bbb60e2 commit 5b93943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/integrations/llms/sambanovacloud.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
},
7575
{
7676
"cell_type": "code",
77-
"execution_count": 2,
77+
"execution_count": null,
7878
"metadata": {},
7979
"outputs": [],
8080
"source": [
8181
"from langchain_community.llms.sambanova import SambaNovaCloud\n",
8282
"\n",
8383
"llm = SambaNovaCloud(\n",
84-
" model=\"Meta-Llama-3.1-70B-Instruct\",\n",
84+
" model=\"Meta-Llama-3.3-70B-Instruct\",\n",
8585
" max_tokens_to_generate=1000,\n",
8686
" temperature=0.01,\n",
8787
" # top_k = 50,\n",

docs/docs/integrations/providers/sambanova.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"cell_type": "markdown",
131131
"metadata": {},
132132
"source": [
133-
"For a more detailed walkthrough of the SambaStudioEmbeddings component, see [this notebook](https://python.langchain.com/docs/integrations/text_embedding/sambanova/)"
133+
"For a more detailed walkthrough of the SambaNovaCloudEmbeddings component, see [this notebook](https://python.langchain.com/docs/integrations/text_embedding/sambanova/)"
134134
]
135135
},
136136
{

0 commit comments

Comments
 (0)