Update config.yaml
fixing config for ollama /v1 compatible endpoint usage
This commit is contained in:
parent
fbce181a81
commit
7a4e0bb08c
1 changed files with 3 additions and 0 deletions
|
|
@ -13,5 +13,8 @@ max_concurrent_connections: 2
|
||||||
# Set an environment variable like OPENAI_KEY
|
# Set an environment variable like OPENAI_KEY
|
||||||
# Confirm endpoints are exactly as in endpoints block
|
# Confirm endpoints are exactly as in endpoints block
|
||||||
api_keys:
|
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://openrouter.ai/api/v1": "${OPENROUTER_KEY}"
|
||||||
"https://api.openai.com/v1": "${OPENAI_KEY}"
|
"https://api.openai.com/v1": "${OPENAI_KEY}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue