set initial value

This commit is contained in:
Abi Raja 2024-05-17 14:47:54 -04:00
parent ac8198e5ba
commit 1f9c5b2c80

View File

@ -59,6 +59,7 @@ function App() {
{
openAiApiKey: null,
openAiBaseURL: null,
anthropicApiKey: null,
screenshotOneApiKey: null,
isImageGenerationEnabled: true,
editorTheme: EditorTheme.COBALT,