Skip to content

Commit fe99b4f

Browse files
committed
update class name in example
1 parent d59e040 commit fe99b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/models/litellm/basic_hf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from agno.agent import Agent
2-
from agno.models.litellm import LiteLLMSDK
2+
from agno.models.litellm import LiteLLM
33

44
openai_agent = Agent(
5-
model=LiteLLMSDK(
5+
model=LiteLLM(
66
id="huggingface/mistralai/Mistral-7B-Instruct-v0.2",
77
top_p=0.95,
88
),

0 commit comments

Comments
 (0)