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,