BUG修复
This commit is contained in:
parent
b31e975efd
commit
28be505dc1
|
@ -156,7 +156,7 @@ const sendMessage = async () => {
|
|||
},
|
||||
{
|
||||
"role": "user",
|
||||
"content": `${textVal.value},按照markdown的格式编写,只返回markdown的部分`
|
||||
"content": `${textVal.value},${prompt.value}`
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue