fix: update Kilo default base URL to api.kilo.ai/api/gateway
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user