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", };