mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
修复bug和旧代码清理 (#553)
* fix: 修复星火api上下文 * 将无星火ck的情况降低为warn * feat: 添加星火设定自定义代码功能 * 修复星火api模式的一些问题 * 修复导出配置问题 * feat:添加工具箱快捷登录接口 * 添加工具箱快捷登录指令 * 阻止群聊使用快捷登录 * 添加Azure配置支持,修复重复的配置项冲突 * 移除旧版本渲染和新版本帮助 * 添加工具箱 * 更新工具箱替换原有后台 * 更新工具箱适配代码
This commit is contained in:
parent
043b80ddd4
commit
bf761c24da
183 changed files with 1206 additions and 7675 deletions
|
|
@ -34,11 +34,6 @@
|
|||
"label": "群组消息合并",
|
||||
"data": "groupMerge"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "新版帮助",
|
||||
"data": "newhelp"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"label": "对话保留时长",
|
||||
|
|
@ -61,6 +56,10 @@
|
|||
"label": "必应",
|
||||
"value": "bing"
|
||||
},
|
||||
{
|
||||
"label": "Azure OpenAI",
|
||||
"value": "azure"
|
||||
},
|
||||
{
|
||||
"label": "ChatGPT API",
|
||||
"value": "api"
|
||||
|
|
@ -256,29 +255,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "图片模式[旧渲染]",
|
||||
"icon": "mdi-image",
|
||||
"tab": "image_old",
|
||||
"view": [
|
||||
{
|
||||
"type": "check",
|
||||
"label": "旧版本渲染",
|
||||
"data": "oldview"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "预制渲染服务器访问代码",
|
||||
"data": "cacheEntry"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "渲染服务器地址",
|
||||
"placeholder": "可选择第三方渲染服务器",
|
||||
"data": "cacheUrl"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "语音模式",
|
||||
"icon": "mdi-microphone",
|
||||
|
|
@ -778,6 +754,11 @@
|
|||
"label": "序列化设定",
|
||||
"data": "xhPromptSerialize"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "运行执行设定中的代码",
|
||||
"data": "xhPromptEval"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "设定",
|
||||
|
|
@ -818,6 +799,27 @@
|
|||
"data": "bardForceUseReverse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Azure",
|
||||
"tab": "azure",
|
||||
"view": [
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Azure API Key",
|
||||
"data": "azApiKey"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "端点地址",
|
||||
"data": "azureUrl"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "部署名称",
|
||||
"data": "azureDeploymentName"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue