mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
28 lines
603 B
JSON
28 lines
603 B
JSON
{
|
|
"id": "xai",
|
|
"providers": ["xai"],
|
|
"providerAuthEnvVars": {
|
|
"xai": ["XAI_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "xai",
|
|
"method": "api-key",
|
|
"choiceId": "xai-api-key",
|
|
"choiceLabel": "xAI API key",
|
|
"groupId": "xai",
|
|
"groupLabel": "xAI (Grok)",
|
|
"groupHint": "API key",
|
|
"optionKey": "xaiApiKey",
|
|
"cliFlag": "--xai-api-key",
|
|
"cliOption": "--xai-api-key <key>",
|
|
"cliDescription": "xAI API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|