From 328b75c94935afb54f7b05433101610ca7c18a33 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Wed, 6 Dec 2023 12:04:12 -0500 Subject: [PATCH] update status --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a7910b9..93afce7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -30,7 +30,7 @@ import { USER_CLOSE_WEB_SOCKET_CODE } from "./constants"; import CodeTab from "./components/CodeTab"; import OutputSettingsSection from "./components/OutputSettingsSection"; -const IS_OPENAI_DOWN = false; +const IS_OPENAI_DOWN = true; function App() { const [appState, setAppState] = useState(AppState.INITIAL);