mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 加了一系列管理功能
This commit is contained in:
parent
8ea7ab07ec
commit
3f08cf4894
8 changed files with 97 additions and 5 deletions
|
|
@ -50,6 +50,7 @@ const defaultConfig = {
|
|||
debug: true,
|
||||
defaultTimeoutMs: 120000,
|
||||
chromeTimeoutMS: 120000,
|
||||
sydneyFirstMessageTimeout: 15000,
|
||||
ttsSpace: '',
|
||||
// https://114514.201666.xyz
|
||||
huggingFaceReverseProxy: '',
|
||||
|
|
@ -57,7 +58,9 @@ const defaultConfig = {
|
|||
noiseScaleW: 0.668,
|
||||
lengthScale: 1.2,
|
||||
initiativeChatGroups: [],
|
||||
version: 'v2.1.5'
|
||||
enableDraw: true,
|
||||
helloPrompt: '写一段话让大家来找我聊天。类似于“有人找我聊天吗?"这种风格,轻松随意一点控制在20个字以内',
|
||||
version: 'v2.1.6'
|
||||
}
|
||||
const _path = process.cwd()
|
||||
let config = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue