From 5843e757608717494f1349f3d92590baa77cce94 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 25 Jun 2024 06:11:01 +0800 Subject: [PATCH] enable select and edit for Claude 3.5 --- frontend/src/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 82bd0a0..e6f8503 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -101,7 +101,9 @@ function App() { appState === AppState.INITIAL; const showSelectAndEditFeature = - selectedCodeGenerationModel === CodeGenerationModel.GPT_4O_2024_05_13 && + (selectedCodeGenerationModel === CodeGenerationModel.GPT_4O_2024_05_13 || + selectedCodeGenerationModel === + CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20) && settings.generatedCodeConfig === Stack.HTML_TAILWIND; // Indicate coding state using the browser tab's favicon and title