-
Currently im trying to learn how to develop an agentic AI based on langgraph academy video, while in the langgraph academy video is using openAI GPT, i decide to use llama3.2 3B as it is free. Below is my code model defintion
tools definition
chatbot definition
graph building and compiling
With the given definition and graph, below is the results of the llm when i turn on the debugging mode.
Any idea what im doing wrong? or is it because the capability of the llm? AFAIK llama3.2 3B supports function/tool calling. Any explanation or help is very much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
you need to use |
Beta Was this translation helpful? Give feedback.
you need to use
ChatOllama
(i think you might be using regularOllama
class)