diff --git a/apps/chat.js b/apps/chat.js index 4e7369f..bb93db7 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -828,8 +828,8 @@ export class chatgpt extends plugin { fetch: newFetch }) let option = { - timeoutMs: 120000, - systemMessage: promptPrefix + timeoutMs: 120000 + // systemMessage: promptPrefix } if (conversation) { option = Object.assign(option, conversation)