解决流式输出的时候input不能输入的问题

This commit is contained in:
Phoenix 2024-04-16 10:46:08 +08:00
parent 73a46b08dc
commit 50501a73cd

View File

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