From 1f9c5b2c80a52c285323350581d4cd605bda3097 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 17 May 2024 14:47:54 -0400 Subject: [PATCH] set initial value --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index fd1576e..c05c44f 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -59,6 +59,7 @@ function App() { { openAiApiKey: null, openAiBaseURL: null, + anthropicApiKey: null, screenshotOneApiKey: null, isImageGenerationEnabled: true, editorTheme: EditorTheme.COBALT,