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) => {