Skip to content

Commit

Permalink
fix(docs): fix wrong parameter name in example of ollama_embeddings (#…
Browse files Browse the repository at this point in the history
…610)

Close #609.
  • Loading branch information
jrj5423 authored Jan 23, 2025
1 parent 7c66b2f commit 0d64bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/pages/docs/embedding-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ To use Ollama, you'll need to configure the API base URL in the **Advanced Setti

```json
{
"api_base": "http://localhost:11434"
"base_url": "http://localhost:11434"
}
```

Expand Down

0 comments on commit 0d64bee

Please sign in to comment.