mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:40:42 +00:00
refactor(plugins): move provider routing metadata to manifests
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"id": "groq",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["groq"],
|
||||
"providerEndpoints": [
|
||||
{
|
||||
"endpointClass": "groq-native",
|
||||
"hosts": ["api.groq.com"]
|
||||
}
|
||||
],
|
||||
"providerRequest": {
|
||||
"providers": {
|
||||
"groq": {
|
||||
"family": "groq"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providerAuthEnvVars": {
|
||||
"groq": ["GROQ_API_KEY"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user