You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the example MiddleSchoolMathAgent.ts from openai to ollama results in the following error:
TypeError: model.doGenerateToolCalls is not a function
The text was updated successfully, but these errors were encountered:
Ollama now supports tool calling with popular models such as Llama 3.1. This enables a model to answer a given prompt using tool(s) it knows about, making it possible for models to perform more complex tasks or interact with the outside world.
Changing the example MiddleSchoolMathAgent.ts from openai to ollama results in the following error:
TypeError: model.doGenerateToolCalls is not a function
The text was updated successfully, but these errors were encountered: