Skip to content

Commit

Permalink
docs: together cookbook import (#16236)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 18, 2024
1 parent 92bc804 commit eec3347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/together_ai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eec3347

Please sign in to comment.