Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancemartin committed Dec 15, 2023
1 parent f06bc6b commit f196ce3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/integrations/chat/ollama.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,8 @@
}
],
"source": [
"from langchain_core.messages import HumanMessage\n",
"\n",
"from langchain.chat_models import ChatOllama\n",
"from langchain_core.messages import HumanMessage\n",
"\n",
"chat_model = ChatOllama(\n",
" model=\"bakllava\",\n",
Expand Down

0 comments on commit f196ce3

Please sign in to comment.