mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: 各模式分开的指令
This commit is contained in:
parent
c72df75d5a
commit
c53b86c181
5 changed files with 193 additions and 42 deletions
|
|
@ -251,7 +251,7 @@ export default class SydneyAIClient {
|
|||
author: 'user'
|
||||
},
|
||||
{
|
||||
text: `你好,我是${Config.sydneyBrainWashName}.`,
|
||||
text: `我是${Config.sydneyBrainWashName}.`,
|
||||
author: 'bot'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const defaultConfig = {
|
|||
useGPT4: false,
|
||||
promptPrefixOverride: 'Your answer shouldn\'t be too verbose. Prefer to answer in Chinese.',
|
||||
assistantLabel: 'ChatGPT',
|
||||
thinkingTips: true,
|
||||
// thinkingTips: true,
|
||||
username: '',
|
||||
password: '',
|
||||
UA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',
|
||||
|
|
@ -67,7 +67,8 @@ const defaultConfig = {
|
|||
enableDraw: true,
|
||||
helloPrompt: '写一段话让大家来找我聊天。类似于“有人找我聊天吗?"这种风格,轻松随意一点控制在20个字以内',
|
||||
chatglmBaseUrl: 'http://localhost:8080',
|
||||
version: 'v2.2.4'
|
||||
allowOtherMode: true,
|
||||
version: 'v2.3.0'
|
||||
}
|
||||
const _path = process.cwd()
|
||||
let config = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue