From d4a90b7dd5d68aa31d8dfec3f99ea28cf09a4760 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 4 Mar 2025 20:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E3=80=91AI=EF=BC=9A=E2=80=9C=E8=81=8A=E5=A4=A9=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E2=80=9D=E9=87=8D=E6=9E=84=E4=B8=BA=E2=80=9C=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E2=80=9D=EF=BC=8C=E6=94=AF=E6=8C=81=20type=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../conversation/ConversationUpdateForm.vue | 7 +++++-- .../index/components/midjourney/index.vue | 2 +- src/views/ai/mindmap/index/components/Left.vue | 4 ++-- src/views/ai/model/model/ModelForm.vue | 5 ++++- src/views/ai/model/model/index.vue | 18 +++++++++--------- 5 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue b/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue index 86be1307..90f68c66 100644 --- a/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue +++ b/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue @@ -11,7 +11,7 @@ @@ -32,6 +32,7 @@ :min="0" :max="2" :precision="2" + class="!w-1/1" /> @@ -39,7 +40,8 @@ v-model="formData.maxTokens" placeholder="请输入回复数 Token 数" :min="0" - :max="4096" + :max="8192" + class="!w-1/1" /> @@ -48,6 +50,7 @@ placeholder="请输入上下文数量" :min="0" :max="20" + class="!w-1/1" /> diff --git a/src/views/ai/image/index/components/midjourney/index.vue b/src/views/ai/image/index/components/midjourney/index.vue index 1200a5ee..adfcb90d 100644 --- a/src/views/ai/image/index/components/midjourney/index.vue +++ b/src/views/ai/image/index/components/midjourney/index.vue @@ -6,7 +6,7 @@ diff --git a/src/views/ai/model/model/index.vue b/src/views/ai/model/model/index.vue index 51c06d68..9d33020a 100644 --- a/src/views/ai/model/model/index.vue +++ b/src/views/ai/model/model/index.vue @@ -53,33 +53,33 @@ - + - + - - + + - - + + - + - - + +