解决流式输出的时候input不能输入的问题
This commit is contained in:
parent
73a46b08dc
commit
50501a73cd
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user