Typo
This commit is contained in:
parent
dd1e0c50b6
commit
ea77a7716b
|
@ -12,7 +12,7 @@ model = LiteLLMModel(
|
||||||
def get_weather(location: str, celsius: Optional[bool] = False) -> str:
|
def get_weather(location: str, celsius: Optional[bool] = False) -> str:
|
||||||
"""
|
"""
|
||||||
Get weather in the next days at given location.
|
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:
|
Args:
|
||||||
location: the location
|
location: the location
|
||||||
|
|
Loading…
Reference in New Issue