mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 悉尼同样的抢救方式
This commit is contained in:
parent
6de86db6f6
commit
6da671e533
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ export default class SydneyAIClient {
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
text: pureSydneyInstruction,
|
text: pureSydneyInstruction,
|
||||||
author: 'system'
|
author: 'bot'
|
||||||
},
|
},
|
||||||
// ...(Config.sydneyBrainWash ? Array.from({ length: Math.max(1, Config.sydneyBrainWashStrength - Math.floor(previousCachedMessages.length / 2)) }, () => [...hello]).flat() : []),
|
// ...(Config.sydneyBrainWash ? Array.from({ length: Math.max(1, Config.sydneyBrainWashStrength - Math.floor(previousCachedMessages.length / 2)) }, () => [...hello]).flat() : []),
|
||||||
...previousCachedMessages,
|
...previousCachedMessages,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue