Skip to content

Commit

Permalink
Update lib/chat_models/chat_ollama_ai.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid authored Jan 24, 2024
1 parent bd904e8 commit d04a0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chat_models/chat_ollama_ai.ex
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ defmodule LangChain.ChatModels.ChatOllamaAI do
Calls the Ollama Chat Completion API struct with configuration, plus
either a simple message or the list of messages to act as the prompt.
**NOTE:** This API as of right now does not take any functions. More
**NOTE:** This API as of right now does not support functions. More
information here: https://github.com/jmorganca/ollama/issues/1729
**NOTE:** This function *can* be used directly, but the primary interface
Expand Down

0 comments on commit d04a0a6

Please sign in to comment.