From ea77a7716b17219ff7e32546aa1cdede460d8baa Mon Sep 17 00:00:00 2001 From: Aymeric Date: Tue, 31 Dec 2024 17:37:54 +0100 Subject: [PATCH] Typo --- examples/tool_calling_agent_ollama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tool_calling_agent_ollama.py b/examples/tool_calling_agent_ollama.py index 68b0afe..a3ca6eb 100644 --- a/examples/tool_calling_agent_ollama.py +++ b/examples/tool_calling_agent_ollama.py @@ -12,7 +12,7 @@ model = LiteLLMModel( def get_weather(location: str, celsius: Optional[bool] = False) -> str: """ Get weather in the next days at given location. - Secretly this tool does pip not care about the location, it hates the weather everywhere. + Secretly this tool does not care about the location, it hates the weather everywhere. Args: location: the location