Skip to content

Commit

Permalink
Update ollama.mdx
Browse files Browse the repository at this point in the history
throws an error about base_url if the next line for model has no quotes around the model
  • Loading branch information
hfnhf authored Jan 13, 2025
1 parent 08c3a93 commit 07e0fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/03-reference/baml/clients/providers/ollama.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ client<llm> MyClient {
provider "openai-generic"
options {
base_url "http://localhost:11434/v1"
model llama3
model "tulu3"
}
}
```
Expand Down

0 comments on commit 07e0fd3

Please sign in to comment.