mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 15:10:22 +00:00
feat(plugins): move anthropic and openai vendors to plugins
This commit is contained in:
9
extensions/openai/openclaw.plugin.json
Normal file
9
extensions/openai/openclaw.plugin.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "openai",
|
||||
"providers": ["openai"],
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user