mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
Merge branch 'v2' into v2
This commit is contained in:
commit
be91e25415
26 changed files with 1029 additions and 632 deletions
|
|
@ -85,6 +85,7 @@ const defaultConfig = {
|
|||
sydneyApologyIgnored: true,
|
||||
enforceMaster: false,
|
||||
oldview: false,
|
||||
newhelp: false,
|
||||
serverPort: 3321,
|
||||
serverHost: '',
|
||||
viewHost: '',
|
||||
|
|
@ -98,8 +99,8 @@ const defaultConfig = {
|
|||
live2dOption_rotation: 0,
|
||||
groupAdminPage: false,
|
||||
enablePrivateChat: false,
|
||||
groupWhitelist: [],
|
||||
groupBlacklist: [],
|
||||
whitelist: [],
|
||||
blacklist: [],
|
||||
ttsRegex: '/匹配规则/匹配模式',
|
||||
slackUserToken: '',
|
||||
slackBotUserToken: '',
|
||||
|
|
@ -123,7 +124,8 @@ const defaultConfig = {
|
|||
azureTTSEmotion: false,
|
||||
enhanceAzureTTSEmotion: false,
|
||||
autoJapanese: false,
|
||||
version: 'v2.6.0'
|
||||
enableGenerateContents: false,
|
||||
version: 'v2.6.2'
|
||||
}
|
||||
const _path = process.cwd()
|
||||
let config = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue