Skip to content

Commit 0aba373

Browse files
committed
mark gpt-4-turbo switch deprecated
1 parent a4246fd commit 0aba373

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

frontend/src/pages/IndexPage.vue

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -469,17 +469,6 @@ function generateTitle() {
469469
label="Preset"
470470
density="compact"
471471
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>
483472
<v-tooltip text="Plugins" location="bottom">
484473
<template #activator="{props}">
485474
<v-btn v-bind="props" @click="pluginDialog=true" icon variant="text" color="primary">
@@ -547,6 +536,18 @@ function generateTitle() {
547536
color="primary"></v-switch>
548537
</template>
549538
</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>
550551
</div>
551552
</v-card-text>
552553
<v-card-actions>

0 commit comments

Comments
 (0)