mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: sydney模式不生效的问题
This commit is contained in:
parent
1dae9b5b36
commit
90c7c992a6
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ export class chatgpt extends plugin {
|
|||
cookie = bingToken
|
||||
}
|
||||
let bingAIClient
|
||||
if (Config.bingStyle === 'Sydney') {
|
||||
if (Config.toneStyle === 'Sydney') {
|
||||
const cacheOptions = {
|
||||
namespace: 'Sydney',
|
||||
store: new KeyvFile({ filename: 'cache.json' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue