mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
feat(plugins): auto-load provider plugins from model support
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
"id": "openai",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["openai", "openai-codex"],
|
||||
"modelSupport": {
|
||||
"modelPrefixes": ["gpt-", "o1", "o3", "o4"]
|
||||
},
|
||||
"cliBackends": ["codex-cli"],
|
||||
"providerAuthEnvVars": {
|
||||
"openai": ["OPENAI_API_KEY"]
|
||||
|
||||
Reference in New Issue
Block a user