mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 23:53:46 +00:00
feat: add Kilo as a native provider (#13765)
This commit is contained in:
@@ -578,6 +578,18 @@ export namespace Provider {
|
||||
},
|
||||
}
|
||||
},
|
||||
kilo: async () => {
|
||||
return {
|
||||
autoload: true,
|
||||
options: {
|
||||
baseURL: "https://api.kilo.ai/api/gateway",
|
||||
headers: {
|
||||
"HTTP-Referer": "https://opencode.ai/",
|
||||
"X-Title": "opencode",
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
export const Model = z
|
||||
|
||||
Reference in New Issue
Block a user