mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 05:20:48 +00:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"id": "minimax",
|
|
"providers": ["minimax", "minimax-portal"],
|
|
"providerAuthEnvVars": {
|
|
"minimax": ["MINIMAX_API_KEY"],
|
|
"minimax-portal": ["MINIMAX_OAUTH_TOKEN", "MINIMAX_API_KEY"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|