mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: remove 垃圾代码
This commit is contained in:
parent
5c7d85efd0
commit
a46d6d850b
1 changed files with 4 additions and 4 deletions
|
|
@ -1843,10 +1843,10 @@ export class chatgpt extends plugin {
|
||||||
timeoutMs: 120000
|
timeoutMs: 120000
|
||||||
// systemMessage: promptPrefix
|
// systemMessage: promptPrefix
|
||||||
}
|
}
|
||||||
if (Math.floor(Math.random() * 100) < 5) {
|
// if (Math.floor(Math.random() * 100) < 5) {
|
||||||
// 小概率再次发送系统消息
|
// // 小概率再次发送系统消息
|
||||||
option.systemMessage = promptPrefix
|
// option.systemMessage = promptPrefix
|
||||||
}
|
// }
|
||||||
if (conversation) {
|
if (conversation) {
|
||||||
option = Object.assign(option, conversation)
|
option = Object.assign(option, conversation)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue