mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
fix: declare groq setup auth metadata
This commit is contained in:
@@ -18,8 +18,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"providerAuthEnvVars": {
|
||||
"groq": ["GROQ_API_KEY"]
|
||||
"setup": {
|
||||
"providers": [
|
||||
{
|
||||
"id": "groq",
|
||||
"authMethods": ["api-key"],
|
||||
"envVars": ["GROQ_API_KEY"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"contracts": {
|
||||
"mediaUnderstandingProviders": ["groq"]
|
||||
|
||||
Reference in New Issue
Block a user