enable select and edit for Claude 3.5

This commit is contained in:
Abi Raja 2024-06-25 06:11:01 +08:00
parent 6fe7098201
commit 5843e75760

View File

@ -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