BUG修复

This commit is contained in:
朱浩 2025-02-10 10:55:55 +08:00
parent b31e975efd
commit 28be505dc1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ const sendMessage = async () => {
}, },
{ {
"role": "user", "role": "user",
"content": `${textVal.value}按照markdown的格式编写只返回markdown的部分` "content": `${textVal.value}${prompt.value}`
} }
] ]
} }