We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccfe9e commit 5982b21Copy full SHA for 5982b21
cookbook/models/litellm/tool_use.py
@@ -4,9 +4,7 @@
4
5
openai_agent = Agent(
6
model=LiteLLMSDK(
7
- # id="gpt-4o",
8
- id="huggingface/mistralai/Mistral-7B-Instruct-v0.2",
9
- top_p=0.95,
+ id="gpt-4o",
10
name="LiteLLM",
11
),
12
markdown=True,
0 commit comments