Skip to content

Commit ff049a5

Browse files
committed
chore: formatting
Signed-off-by: Casper Nielsen <casper@diagrid.io>
1 parent 77976c1 commit ff049a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/langgraph-checkpointer/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def multiply(a: int, b: int) -> int:
2626

2727

2828
tools = [add, multiply]
29-
llm = ChatOllama(model="llama3.2:1b")
29+
llm = ChatOllama(model='llama3.2:1b')
3030
llm_with_tools = llm.bind_tools(tools)
3131

3232
sys_msg = SystemMessage(

0 commit comments

Comments
 (0)