From 023955b00463f6b8253f243b83bf7b23b8fe9523 Mon Sep 17 00:00:00 2001 From: Shakker Date: Fri, 1 May 2026 13:40:35 +0100 Subject: [PATCH] fix: declare groq setup auth metadata --- extensions/groq/openclaw.plugin.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/extensions/groq/openclaw.plugin.json b/extensions/groq/openclaw.plugin.json index 33c21c776ea..e1e75f1664e 100644 --- a/extensions/groq/openclaw.plugin.json +++ b/extensions/groq/openclaw.plugin.json @@ -18,8 +18,14 @@ } } }, - "providerAuthEnvVars": { - "groq": ["GROQ_API_KEY"] + "setup": { + "providers": [ + { + "id": "groq", + "authMethods": ["api-key"], + "envVars": ["GROQ_API_KEY"] + } + ] }, "contracts": { "mediaUnderstandingProviders": ["groq"]