Update config.yaml
This commit is contained in:
parent
7a4e0bb08c
commit
75de210039
1 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ endpoints:
|
|||
- http://192.168.0.50:11434
|
||||
- http://192.168.0.51:11434
|
||||
- http://192.168.0.52:11434
|
||||
- https://openrouter.ai/api/v1
|
||||
- https://api.openai.com/v1
|
||||
#- https://openrouter.ai/api/v1
|
||||
#- https://api.openai.com/v1
|
||||
|
||||
# Maximum concurrent connections *per endpoint‑model pair* (equals to OLLAMA_NUM_PARALLEL)
|
||||
max_concurrent_connections: 2
|
||||
|
|
@ -16,5 +16,5 @@ api_keys:
|
|||
"http://192.168.0.50:11434": "ollama"
|
||||
"http://192.168.0.51:11434": "ollama"
|
||||
"http://192.168.0.52:11434": "ollama"
|
||||
"https://openrouter.ai/api/v1": "${OPENROUTER_KEY}"
|
||||
"https://api.openai.com/v1": "${OPENAI_KEY}"
|
||||
#"https://openrouter.ai/api/v1": "${OPENROUTER_KEY}"
|
||||
#"https://api.openai.com/v1": "${OPENAI_KEY}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue