mirror of https://github.com/openclaw/openclaw.git
29 lines
702 B
JSON
29 lines
702 B
JSON
{
|
|
"id": "fireworks",
|
|
"enabledByDefault": true,
|
|
"providers": ["fireworks"],
|
|
"providerAuthEnvVars": {
|
|
"fireworks": ["FIREWORKS_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "fireworks",
|
|
"method": "api-key",
|
|
"choiceId": "fireworks-api-key",
|
|
"choiceLabel": "Fireworks API key",
|
|
"groupId": "fireworks",
|
|
"groupLabel": "Fireworks",
|
|
"groupHint": "API key",
|
|
"optionKey": "fireworksApiKey",
|
|
"cliFlag": "--fireworks-api-key",
|
|
"cliOption": "--fireworks-api-key <key>",
|
|
"cliDescription": "Fireworks API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|