From 7a4e0bb08cfe35602ab54ff831efb631b8557a2d Mon Sep 17 00:00:00 2001 From: alpha-nerd-nomyo Date: Thu, 4 Sep 2025 16:08:02 +0200 Subject: [PATCH] Update config.yaml fixing config for ollama /v1 compatible endpoint usage --- config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yaml b/config.yaml index 94162b1..01bf296 100644 --- a/config.yaml +++ b/config.yaml @@ -13,5 +13,8 @@ max_concurrent_connections: 2 # Set an environment variable like OPENAI_KEY # Confirm endpoints are exactly as in endpoints block 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}"