mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 13:00:48 +00:00
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"id": "byteplus",
|
|
"providers": ["byteplus", "byteplus-plan"],
|
|
"providerAuthEnvVars": {
|
|
"byteplus": ["BYTEPLUS_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "byteplus",
|
|
"method": "api-key",
|
|
"choiceId": "byteplus-api-key",
|
|
"choiceLabel": "BytePlus API key",
|
|
"groupId": "byteplus",
|
|
"groupLabel": "BytePlus",
|
|
"groupHint": "API key",
|
|
"optionKey": "byteplusApiKey",
|
|
"cliFlag": "--byteplus-api-key",
|
|
"cliOption": "--byteplus-api-key <key>",
|
|
"cliDescription": "BytePlus API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|