From 50501a73cd5f8147c57527c0669bdc79f2880397 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B5=81=E5=BC=8F=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E7=9A=84=E6=97=B6=E5=80=99input=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chat/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index 39c362b..aa5968a 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -93,9 +93,6 @@ function handleSubmit() { } } */ -watch(prompt,()=>{ - console.log(prompt.value,'prompt.value') -}) const API_URL = `${import.meta.env.VITE_APP_API_BASE_URL}/chat/completion`; const createParams = () => { const messages = dataSources.value.map((x) => {