mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 05:43:55 +00:00
docs: together cookbook import (#16236)
This commit is contained in:
parent
92bc80483a
commit
eec3347939
@ -82,7 +82,7 @@
|
|||||||
"prompt = ChatPromptTemplate.from_template(template)\n",
|
"prompt = ChatPromptTemplate.from_template(template)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# LLM\n",
|
"# LLM\n",
|
||||||
"from langchain_community.llms import Together\n",
|
"from langchain_together import Together\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = Together(\n",
|
"llm = Together(\n",
|
||||||
" model=\"mistralai/Mixtral-8x7B-Instruct-v0.1\",\n",
|
" model=\"mistralai/Mixtral-8x7B-Instruct-v0.1\",\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user