支持自定义openai_api_base

支持自定义openai_api_base

解决国内API被墙的问题,可以自定义使用自己的中转API
This commit is contained in:
B1gM8c
2023-03-15 00:14:39 +08:00
parent 9e3a5395c7
commit 2c8da59b47
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"open_ai_api_key": "YOUR API KEY",
"open_ai_api_base":"",
"proxy": "",
"single_chat_prefix": ["bot", "@bot"],
"single_chat_reply_prefix": "[bot] ",