mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"id": "openai",
|
|
"providers": ["openai", "openai-codex"],
|
|
"providerAuthEnvVars": {
|
|
"openai": ["OPENAI_API_KEY"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|