From d85d120cc81d0c1f344bc65f022af7a732259a19 Mon Sep 17 00:00:00 2001 From: alpha-nerd-nomyo Date: Wed, 17 Sep 2025 11:39:51 +0200 Subject: [PATCH] fixing thinking mode in rechunk and model renaming in /v1 endpoints --- config.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 config.yaml diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 81f04f5..0000000 --- a/config.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# config.yaml -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://generativelanguage.googleapis.com/v1beta/openai - -# Maximum concurrent connections *per endpoint‑model pair* (equals to OLLAMA_NUM_PARALLEL) -max_concurrent_connections: 2 - -# API keys for remote endpoints -# 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}" - #"https://generativelanguage.googleapis.com/v1beta/openai": "${GEMINI_KEY}" \ No newline at end of file