feat(plugins): move anthropic and openai vendors to plugins

This commit is contained in:
Peter Steinberger
2026-03-15 17:07:28 -07:00
parent e42d86afa9
commit ee7ecb2dd4
17 changed files with 530 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
{
"id": "openai",
"providers": ["openai"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}