Skip to content

Commit

Permalink
feat: GPT system 设置参数
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiaa12 committed Sep 12, 2023
1 parent b8cd570 commit 6763508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/ChatGPT/Main.vue
Expand Up @@ -138,7 +138,7 @@ const send = async (event: any) => {
if (!text.value.trim().length) return
const system: Message = {
role: "system",
content: `用中文回答的精简一些,现在时间:${Date.now()}`,
content: `现在时间:${Date.now()}`,
}
// 开启新对话
Expand Down

0 comments on commit 6763508

Please sign in to comment.