Skip to content

Commit 5982b21

Browse files
committed
update tool_use litellm
1 parent 4ccfe9e commit 5982b21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookbook/models/litellm/tool_use.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
openai_agent = Agent(
66
model=LiteLLMSDK(
7-
# id="gpt-4o",
8-
id="huggingface/mistralai/Mistral-7B-Instruct-v0.2",
9-
top_p=0.95,
7+
id="gpt-4o",
108
name="LiteLLM",
119
),
1210
markdown=True,

0 commit comments

Comments
 (0)