From 84bd24f473a9bdcee797dc0d19b353d4cb7bc60d Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 Jan 2024 15:24:18 +0100 Subject: [PATCH] Test --- src/lib/OpenAi.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/OpenAi.jsx b/src/lib/OpenAi.jsx index 59a1a56..eaa10f6 100644 --- a/src/lib/OpenAi.jsx +++ b/src/lib/OpenAi.jsx @@ -1,7 +1,7 @@ import OpenAI from 'openai'; const openai = new OpenAI({ - apiKey: import.meta.env.VITE_OPENAI_API_KEY, + apiKey: null, dangerouslyAllowBrowser: true })