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