mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
38 lines
861 B
JSON
38 lines
861 B
JSON
{
|
|
"enable-chat": true,
|
|
"keys": {
|
|
"openai": [
|
|
"sk-1234567890"
|
|
],
|
|
"anthropic": [
|
|
"sk-1234567890"
|
|
],
|
|
"moonshot": [
|
|
"sk-1234567890"
|
|
]
|
|
},
|
|
"requester": {
|
|
"openai-chat-completions": {
|
|
"base-url": "https://api.openai.com/v1",
|
|
"args": {},
|
|
"timeout": 120
|
|
},
|
|
"anthropic-messages": {
|
|
"base-url": "https://api.anthropic.com",
|
|
"args": {
|
|
"max_tokens": 1024
|
|
},
|
|
"timeout": 120
|
|
},
|
|
"moonshot-chat-completions": {
|
|
"base-url": "https://api.moonshot.cn/v1",
|
|
"args": {},
|
|
"timeout": 120
|
|
}
|
|
},
|
|
"model": "gpt-3.5-turbo",
|
|
"prompt-mode": "normal",
|
|
"prompt": {
|
|
"default": ""
|
|
}
|
|
} |