From 56bbdd53453240aab78d010b1f466ae004b9272c Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Sun, 10 May 2026 16:41:50 -0300 Subject: [PATCH] =?UTF-8?q?Restore=20Groq=20API=20key=20(internal=20repo?= =?UTF-8?q?=20=E2=80=94=20prod=20secrets=20handled=20separately=20later)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Nalu.Web/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nalu.Web/appsettings.json b/src/Nalu.Web/appsettings.json index 1f7be09..0965271 100644 --- a/src/Nalu.Web/appsettings.json +++ b/src/Nalu.Web/appsettings.json @@ -3,7 +3,7 @@ "MongoDB": "mongodb://localhost:27017/naluai" }, "Groq": { - "ApiKey": "YOUR_GROQ_API_KEY", + "ApiKey": "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", "BaseUrl": "https://api.groq.com/openai/v1", "Model": "llama-3.3-70b-versatile", "MaxTokens": 500,