We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5027f3d commit 9f9bf30Copy full SHA for 9f9bf30
docs/api/models/ollama.md
@@ -26,7 +26,7 @@ class CityLocation(BaseModel):
26
country: str
27
28
29
-agent = Agent('ollama:llama3.2', result_type=CityLocation)
+agent = Agent('llama3.2', result_type=CityLocation)
30
31
result = agent.run_sync('Where were the olympics held in 2012?')
32
print(result.data)
0 commit comments