From 0e51e595542197ed33d01b6f3a8f49c98439fd7e Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Wed, 6 Dec 2023 12:04:30 -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 2a33c97..ebcc84b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -31,7 +31,7 @@ import CodeTab from "./components/CodeTab"; import OutputSettingsSection from "./components/OutputSettingsSection"; import { addEvent } from "./lib/analytics"; -const IS_OPENAI_DOWN = false; +const IS_OPENAI_DOWN = true; function App() { const [appState, setAppState] = useState(AppState.INITIAL);