mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
26 lines
682 B
JSON
26 lines
682 B
JSON
{
|
||
"admin-sessions": [],
|
||
"network-proxies": {
|
||
"http": null,
|
||
"https": null
|
||
},
|
||
"report-usage": true,
|
||
"logging-level": "info",
|
||
"session-concurrency": {
|
||
"default": 1
|
||
},
|
||
"pipeline-concurrency": 20,
|
||
"qcg-center-url": "https://api.qchatgpt.rockchin.top/api/v2",
|
||
"help-message": "QChatGPT - 😎高稳定性、🧩支持插件、🌏实时联网的 ChatGPT QQ 机器人🤖\n链接:https://q.rkcn.top",
|
||
"http-api": {
|
||
"enable": true,
|
||
"host": "0.0.0.0",
|
||
"port": 5300
|
||
},
|
||
"persistence": {
|
||
"sqlite": {
|
||
"path": "data/persistence.db"
|
||
},
|
||
"use": "sqlite"
|
||
}
|
||
} |