mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
修复一些图片模式页面错误,添加图片页面服务器自定义配置,修改配置文件加载方法 (#172)
This commit is contained in:
parent
6b9afe588a
commit
049e71b7bb
203 changed files with 2071 additions and 1385 deletions
|
|
@ -56,7 +56,8 @@ pnpm install -w undici chatgpt showdown mathjax-node delay uuid remark strip-mar
|
|||
|
||||
3. 修改配置
|
||||
|
||||
编辑`plugins/chatgpt-plugin/config/index.js`文件,根据其中的注释修改必要配置项
|
||||
复制`plugins/chatgpt-plugin/config/config.example.js`并将其改名为`config.js`
|
||||
编辑`plugins/chatgpt-plugin/config/config.js`文件,根据其中的注释修改必要配置项
|
||||
|
||||
4. 重启Yunzai-Bot
|
||||
|
||||
|
|
@ -91,7 +92,7 @@ pnpm install -w undici chatgpt showdown mathjax-node delay uuid remark strip-mar
|
|||
|
||||
#### 配置文件相关
|
||||
|
||||
配置文件位置:`plugins/chatgpt-plugin/config/index.js`
|
||||
配置文件位置:`plugins/chatgpt-plugin/config/config.js`
|
||||
|
||||
部分关键配置项,其他请参照文件内注释:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue