docs: together cookbook import (#16236)

This commit is contained in:
Erick Friis 2024-01-18 14:07:19 -08:00 committed by GitHub
parent 92bc80483a
commit eec3347939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@
"prompt = ChatPromptTemplate.from_template(template)\n",
"\n",
"# LLM\n",
"from langchain_community.llms import Together\n",
"from langchain_together import Together\n",
"\n",
"llm = Together(\n",
" model=\"mistralai/Mixtral-8x7B-Instruct-v0.1\",\n",