We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59e040 commit fe99b4fCopy full SHA for fe99b4f
cookbook/models/litellm/basic_hf.py
@@ -1,8 +1,8 @@
1
from agno.agent import Agent
2
-from agno.models.litellm import LiteLLMSDK
+from agno.models.litellm import LiteLLM
3
4
openai_agent = Agent(
5
- model=LiteLLMSDK(
+ model=LiteLLM(
6
id="huggingface/mistralai/Mistral-7B-Instruct-v0.2",
7
top_p=0.95,
8
),
0 commit comments