mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 21:33:51 +00:00
docs: cerebras Update Llama 3.1 70B to Llama 3.3 70B (#28746)
This PR updates the docs for the Cerebras integration to use Llama 3.3 70b instead of Llama 3.1 70b. cc: @efriis
This commit is contained in:
parent
b79a1156ed
commit
87c50f99e5
@ -139,7 +139,7 @@
|
|||||||
"from langchain_cerebras import ChatCerebras\n",
|
"from langchain_cerebras import ChatCerebras\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = ChatCerebras(\n",
|
"llm = ChatCerebras(\n",
|
||||||
" model=\"llama3.1-70b\",\n",
|
" model=\"llama-3.3-70b\",\n",
|
||||||
" # other params...\n",
|
" # other params...\n",
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
@ -215,7 +215,7 @@
|
|||||||
"from langchain_core.prompts import ChatPromptTemplate\n",
|
"from langchain_core.prompts import ChatPromptTemplate\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = ChatCerebras(\n",
|
"llm = ChatCerebras(\n",
|
||||||
" model=\"llama3.1-70b\",\n",
|
" model=\"llama-3.3-70b\",\n",
|
||||||
" # other params...\n",
|
" # other params...\n",
|
||||||
")\n",
|
")\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -280,7 +280,7 @@
|
|||||||
"from langchain_core.prompts import ChatPromptTemplate\n",
|
"from langchain_core.prompts import ChatPromptTemplate\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = ChatCerebras(\n",
|
"llm = ChatCerebras(\n",
|
||||||
" model=\"llama3.1-70b\",\n",
|
" model=\"llama-3.3-70b\",\n",
|
||||||
" # other params...\n",
|
" # other params...\n",
|
||||||
")\n",
|
")\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -324,7 +324,7 @@
|
|||||||
"from langchain_core.prompts import ChatPromptTemplate\n",
|
"from langchain_core.prompts import ChatPromptTemplate\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = ChatCerebras(\n",
|
"llm = ChatCerebras(\n",
|
||||||
" model=\"llama3.1-70b\",\n",
|
" model=\"llama-3.3-70b\",\n",
|
||||||
" # other params...\n",
|
" # other params...\n",
|
||||||
")\n",
|
")\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -371,7 +371,7 @@
|
|||||||
"from langchain_core.prompts import ChatPromptTemplate\n",
|
"from langchain_core.prompts import ChatPromptTemplate\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = ChatCerebras(\n",
|
"llm = ChatCerebras(\n",
|
||||||
" model=\"llama3.1-70b\",\n",
|
" model=\"llama-3.3-70b\",\n",
|
||||||
" # other params...\n",
|
" # other params...\n",
|
||||||
")\n",
|
")\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user