diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 4fb97bf..d667a0e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -89,11 +89,6 @@ function App() { const wsRef = useRef(null); - const showReactWarning = - selectedCodeGenerationModel === - CodeGenerationModel.GPT_4_TURBO_2024_04_09 && - settings.generatedCodeConfig === Stack.REACT_TAILWIND; - const showBetterModelMessage = selectedCodeGenerationModel !== CodeGenerationModel.GPT_4O_2024_05_13 && selectedCodeGenerationModel !== @@ -442,13 +437,6 @@ function App() { } /> - {showReactWarning && ( -
- Sorry - React is not currently working with GPT-4 Turbo. Please - use GPT-4 Vision or Claude Sonnet. We are working on a fix. -
- )} - {showBetterModelMessage && (

@@ -578,7 +566,7 @@ function App() {

)} -
+

Console