diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ebcc84b..2a33c97 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 = true; +const IS_OPENAI_DOWN = false; function App() { const [appState, setAppState] = useState(AppState.INITIAL);