From 7467cdf7513cdf11d833d30838c798aa75b433fe Mon Sep 17 00:00:00 2001 From: busya Date: Mon, 18 May 2026 10:36:23 +0300 Subject: [PATCH] fix: update Kilo default base URL to api.kilo.ai/api/gateway --- frontend/src/components/llm/ProviderConfig.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/llm/ProviderConfig.svelte b/frontend/src/components/llm/ProviderConfig.svelte index 56b1b09a..48ae6f11 100644 --- a/frontend/src/components/llm/ProviderConfig.svelte +++ b/frontend/src/components/llm/ProviderConfig.svelte @@ -25,7 +25,7 @@ const DEFAULT_BASE_URLS = { openai: "https://api.openai.com/v1", openrouter: "https://openrouter.ai/api/v1", - kilo: "https://api.kilo.chat/v1", + kilo: "https://api.kilo.ai/api/gateway", litellm: "http://localhost:4000/v1", };