From 53446023460777cabb8ed8d4267d26a3fc050ad4 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 10 Sep 2024 22:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=A4=84?= =?UTF-8?q?=E7=90=86=E4=B8=8D=E5=90=8C=E6=A8=A1=E5=9E=8B=20maxTokens=20?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E6=A0=B7=E9=97=AE=E9=A2=98=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E8=B6=85=E5=87=BA=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../conversation/ConversationUpdateForm.vue | 42 +++++++++++++------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue b/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue index bff094fb6..ef2204667 100644 --- a/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue +++ b/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue @@ -16,7 +16,7 @@ /> - + @@ -58,17 +58,18 @@ -- Gitee