Skip to content

Commit

Permalink
chore: remove redundant comment from example config
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Mar 6, 2025
1 parent 322ed77 commit e9adfc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wren-ai-service/docs/config_examples/config.ollama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
type: llm
provider: litellm_llm
models:
- api_base: http://host.docker.internal:11434 # change this to your ollama host, api_base should be <ollama_url>/v1
model: ollama_chat/phi4:14b # openai/<ollama_model_name>
- api_base: http://host.docker.internal:11434 # change this to your ollama host, api_base should be <ollama_url>
model: ollama_chat/phi4:14b # ollama_chat/<ollama_model_name>
alias: default
timeout: 600
kwargs:
Expand All @@ -19,9 +19,9 @@ models:
type: embedder
provider: litellm_embedder
models:
- model: ollama/nomic-embed-text # put your ollama embedder model name here, openai/<ollama_model_name>
- model: ollama/nomic-embed-text # put your ollama embedder model name here, ollama/<ollama_model_name>
alias: default
api_base: http://host.docker.internal:11434 # change this to your ollama host, api_base should be <ollama_url>/v1
api_base: http://host.docker.internal:11434 # change this to your ollama host, api_base should be <ollama_url>
timeout: 600

---
Expand Down

0 comments on commit e9adfc4

Please sign in to comment.