enable select and edit for Claude 3.5
This commit is contained in:
parent
6fe7098201
commit
5843e75760
@ -101,7 +101,9 @@ function App() {
|
|||||||
appState === AppState.INITIAL;
|
appState === AppState.INITIAL;
|
||||||
|
|
||||||
const showSelectAndEditFeature =
|
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;
|
settings.generatedCodeConfig === Stack.HTML_TAILWIND;
|
||||||
|
|
||||||
// Indicate coding state using the browser tab's favicon and title
|
// Indicate coding state using the browser tab's favicon and title
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user