mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 修复很容易超token的bug
This commit is contained in:
parent
1a5d462920
commit
1432723de5
2 changed files with 6 additions and 15 deletions
|
|
@ -366,20 +366,11 @@ export default class SydneyAIClient {
|
||||||
'disable_emoji_spoken_text',
|
'disable_emoji_spoken_text',
|
||||||
'responsible_ai_policy_235',
|
'responsible_ai_policy_235',
|
||||||
'enablemm',
|
'enablemm',
|
||||||
// 'h3precise',
|
toneOption,
|
||||||
'clgalileo',
|
'dtappid',
|
||||||
'dlcodex3k',
|
'cricinfo',
|
||||||
'dltokens18k',
|
'cricinfov2',
|
||||||
'enablesd',
|
'dv3sugg'
|
||||||
'bfprss',
|
|
||||||
// 'cachewriteext',
|
|
||||||
'deepleofreq',
|
|
||||||
// 'e2ecachewrite',
|
|
||||||
'saharafreq',
|
|
||||||
'wlthrottle',
|
|
||||||
'dl_edge_desc',
|
|
||||||
'dv3sugg',
|
|
||||||
toneOption
|
|
||||||
],
|
],
|
||||||
sliceIds: [
|
sliceIds: [
|
||||||
'222dtappid',
|
'222dtappid',
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ const defaultConfig = {
|
||||||
chatglmBaseUrl: 'http://localhost:8080',
|
chatglmBaseUrl: 'http://localhost:8080',
|
||||||
allowOtherMode: true,
|
allowOtherMode: true,
|
||||||
sydneyContext: '',
|
sydneyContext: '',
|
||||||
version: 'v2.3.2'
|
version: 'v2.3.3'
|
||||||
}
|
}
|
||||||
const _path = process.cwd()
|
const _path = process.cwd()
|
||||||
let config = {}
|
let config = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue