mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
17 lines
435 B
JSON
17 lines
435 B
JSON
{
|
|
"enable-chat": true,
|
|
"openai-config": {
|
|
"api-keys": [
|
|
"sk-1234567890"
|
|
],
|
|
"base_url": "https://api.openai.com/v1",
|
|
"chat-completions-params": {
|
|
"model": "gpt-3.5-turbo"
|
|
},
|
|
"request-timeout": 120
|
|
},
|
|
"prompt-mode": "normal",
|
|
"prompt": {
|
|
"default": "如果用户之后想获取帮助,请你说”输入!help获取帮助“。"
|
|
}
|
|
} |