changemode
This commit is contained in:
parent
8aedf5e886
commit
0860790125
@ -573,7 +573,7 @@ const customRequest = async (file) => {
|
||||
<footer :class="footerClass">
|
||||
<div class="w-full max-w-screen-xl m-auto">
|
||||
<div class="flex items-center justify-center space-x-2" style="flex-wrap: initial">
|
||||
<NPopover v-if="gptMode==='gpt-4-1106-preview'" trigger="click" :show="visible1">
|
||||
<NPopover v-if="gptMode==='gpt-4o'" trigger="click" :show="visible1">
|
||||
<template #trigger>
|
||||
<HoverButton @click="visible1=!visible1">
|
||||
<span class="text-xl text-[#4f555e] dark:text-white"
|
||||
|
@ -89,7 +89,7 @@ const options = () => {
|
||||
},
|
||||
{
|
||||
label: 'GPT-4.0',
|
||||
value: 'gpt-4-1106-preview',
|
||||
value: 'gpt-4o',
|
||||
permission: 'gpt-4-btn'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user