mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
29 lines
752 B
JSON
29 lines
752 B
JSON
{
|
|
"id": "kilocode",
|
|
"providers": ["kilocode"],
|
|
"providerAuthEnvVars": {
|
|
"kilocode": ["KILOCODE_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "kilocode",
|
|
"method": "api-key",
|
|
"choiceId": "kilocode-api-key",
|
|
"choiceLabel": "Kilo Gateway API key",
|
|
"choiceHint": "API key (OpenRouter-compatible)",
|
|
"groupId": "kilocode",
|
|
"groupLabel": "Kilo Gateway",
|
|
"groupHint": "API key (OpenRouter-compatible)",
|
|
"optionKey": "kilocodeApiKey",
|
|
"cliFlag": "--kilocode-api-key",
|
|
"cliOption": "--kilocode-api-key <key>",
|
|
"cliDescription": "Kilo Gateway API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|