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