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:
Henry Tu 2024-12-16 13:43:35 -05:00 committed by GitHub
parent b79a1156ed
commit 87c50f99e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@
"from langchain_cerebras import ChatCerebras\n",
"\n",
"llm = ChatCerebras(\n",
" model=\"llama3.1-70b\",\n",
" model=\"llama-3.3-70b\",\n",
" # other params...\n",
")"
]
@ -215,7 +215,7 @@
"from langchain_core.prompts import ChatPromptTemplate\n",
"\n",
"llm = ChatCerebras(\n",
" model=\"llama3.1-70b\",\n",
" model=\"llama-3.3-70b\",\n",
" # other params...\n",
")\n",
"\n",
@ -280,7 +280,7 @@
"from langchain_core.prompts import ChatPromptTemplate\n",
"\n",
"llm = ChatCerebras(\n",
" model=\"llama3.1-70b\",\n",
" model=\"llama-3.3-70b\",\n",
" # other params...\n",
")\n",
"\n",
@ -324,7 +324,7 @@
"from langchain_core.prompts import ChatPromptTemplate\n",
"\n",
"llm = ChatCerebras(\n",
" model=\"llama3.1-70b\",\n",
" model=\"llama-3.3-70b\",\n",
" # other params...\n",
")\n",
"\n",
@ -371,7 +371,7 @@
"from langchain_core.prompts import ChatPromptTemplate\n",
"\n",
"llm = ChatCerebras(\n",
" model=\"llama3.1-70b\",\n",
" model=\"llama-3.3-70b\",\n",
" # other params...\n",
")\n",
"\n",