fix: #6 #7 prefix match bug, python version, config template

This commit is contained in:
zhayujie
2022-12-20 16:32:05 +08:00
parent d45b8000dc
commit 3a7400a7ae
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"open_ai_api_key": "${YOUR API KEY}$",
"open_ai_api_key": "YOUR API KEY",
"single_chat_prefix": ["bt", "@bt"],
"single_chat_reply_prefix": "[bot] ",
"group_chat_prefix": ["@bt"],