mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
replace host.docker.internal with localhost in configs and docs
This commit is contained in:
parent
e5ea3f9730
commit
9e9de86961
21 changed files with 42 additions and 42 deletions
|
|
@ -32,7 +32,7 @@ Basic Configuration
|
|||
access_key: $ANTHROPIC_API_KEY
|
||||
|
||||
- model: ollama/llama3.1
|
||||
base_url: http://host.docker.internal:11434
|
||||
base_url: http://localhost:11434
|
||||
|
||||
# Define aliases that map to the models above
|
||||
model_aliases:
|
||||
|
|
|
|||
|
|
@ -598,9 +598,9 @@ Ollama
|
|||
- model: ollama/llama3.1
|
||||
base_url: http://localhost:11434
|
||||
|
||||
# Ollama in Docker (from host)
|
||||
# Ollama running locally
|
||||
- model: ollama/codellama
|
||||
base_url: http://host.docker.internal:11434
|
||||
base_url: http://localhost:11434
|
||||
|
||||
|
||||
OpenAI-Compatible Providers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue