fix: declare groq setup auth metadata

This commit is contained in:
Shakker
2026-05-01 13:40:35 +01:00
parent 12882a88b1
commit 023955b004

View File

@@ -18,8 +18,14 @@
}
}
},
"providerAuthEnvVars": {
"groq": ["GROQ_API_KEY"]
"setup": {
"providers": [
{
"id": "groq",
"authMethods": ["api-key"],
"envVars": ["GROQ_API_KEY"]
}
]
},
"contracts": {
"mediaUnderstandingProviders": ["groq"]