mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20:44 +00:00
refactor(plugins): move provider routing metadata to manifests
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
"id": "together",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["together"],
|
||||
"providerRequest": {
|
||||
"providers": {
|
||||
"together": {
|
||||
"family": "together"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providerAuthEnvVars": {
|
||||
"together": ["TOGETHER_API_KEY"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user