mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 默认模式转为Sydney避免新装直接200
This commit is contained in:
parent
0f9c8a7abe
commit
e574681ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const defaultConfig = {
|
||||||
drawCD: 30,
|
drawCD: 30,
|
||||||
model: '',
|
model: '',
|
||||||
temperature: 0.8,
|
temperature: 0.8,
|
||||||
toneStyle: 'balanced', // or creative, precise
|
toneStyle: 'Sydney', // or creative, precise
|
||||||
sydney: pureSydneyInstruction,
|
sydney: pureSydneyInstruction,
|
||||||
sydneyReverseProxy: 'https://666102.201666.xyz',
|
sydneyReverseProxy: 'https://666102.201666.xyz',
|
||||||
sydneyForceUseReverse: false,
|
sydneyForceUseReverse: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue