File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -469,17 +469,6 @@ function generateTitle() {
469
469
label =" Preset"
470
470
density =" compact"
471
471
class =" mx-2" ></v-select >
472
- <v-tooltip
473
- text =" Enable the latest gpt-4-turbo model will increase the speed of response,
474
- reduce repeatability, but be harder to jailbreak."
475
- location =" bottom" >
476
- <template #activator =" {props } " >
477
- <v-switch v-bind =" props" v-model =" currentWorkspace.gpt_4_turbo" label =" GPT-4-Turbo"
478
- density =" compact"
479
- :disabled =" currentWorkspace.backend!=='Sydney'" class =" mx-2"
480
- color =" primary" ></v-switch >
481
- </template >
482
- </v-tooltip >
483
472
<v-tooltip text =" Plugins" location =" bottom" >
484
473
<template #activator =" {props } " >
485
474
<v-btn v-bind =" props" @click =" pluginDialog=true" icon variant =" text" color =" primary" >
@@ -547,6 +536,18 @@ function generateTitle() {
547
536
color =" primary" ></v-switch >
548
537
</template >
549
538
</v-tooltip >
539
+ <v-divider class =" mb-3" ></v-divider >
540
+ <div class =" text-caption" style =" color : #999 " >Deprecated Options</div >
541
+ <v-tooltip
542
+ text =" Note: this switch may have no effect now as Bing has rolled out turbo for all users."
543
+ location =" bottom" >
544
+ <template #activator =" {props } " >
545
+ <v-switch v-bind =" props" v-model =" currentWorkspace.gpt_4_turbo" label =" GPT-4-Turbo"
546
+ density =" compact"
547
+ :disabled =" currentWorkspace.backend!=='Sydney'"
548
+ color =" primary" ></v-switch >
549
+ </template >
550
+ </v-tooltip >
550
551
</div >
551
552
</v-card-text >
552
553
<v-card-actions >
You can’t perform that action at this time.
0 commit comments