diff --git a/apps/prompts.js b/apps/prompts.js index e0ebd57..4e24bea 100644 --- a/apps/prompts.js +++ b/apps/prompts.js @@ -111,13 +111,13 @@ export class help extends plugin { } let use = await redis.get('CHATGPT:USE') || 'api' if (use.toLowerCase() === 'bing') { - if (Config.toneStyle === 'Sydney') { - use = 'sydney' + if (Config.toneStyle === 'Custom') { + use = 'Custom' } } const keyMap = { api: 'promptPrefixOverride', - sydney: 'sydney' + Custom: 'sydney' } if (keyMap[use]) {