Skip to content

Commit 9f9bf30

Browse files
authored
Fix doc error in ollama.md (#279)
1 parent 5027f3d commit 9f9bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/models/ollama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CityLocation(BaseModel):
2626
country: str
2727

2828

29-
agent = Agent('ollama:llama3.2', result_type=CityLocation)
29+
agent = Agent('llama3.2', result_type=CityLocation)
3030

3131
result = agent.run_sync('Where were the olympics held in 2012?')
3232
print(result.data)

0 commit comments

Comments
 (0)