We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77976c1 commit ff049a5Copy full SHA for ff049a5
1 file changed
examples/langgraph-checkpointer/agent.py
@@ -26,7 +26,7 @@ def multiply(a: int, b: int) -> int:
26
27
28
tools = [add, multiply]
29
-llm = ChatOllama(model="llama3.2:1b")
+llm = ChatOllama(model='llama3.2:1b')
30
llm_with_tools = llm.bind_tools(tools)
31
32
sys_msg = SystemMessage(
0 commit comments