Initial commit

This commit is contained in:
Rock Chin
2022-12-07 16:48:32 +08:00
commit 79917c8bb9
3 changed files with 42 additions and 0 deletions

22
config-template.py Normal file
View File

@@ -0,0 +1,22 @@
mirai_http_api_config = {
"host": "",
"port": 8080,
"verifyKey": "",
"qq": 0
}
mysql_config = {
"host": "",
"port": 3306,
"user": "",
"password": "",
"database": ""
}
openai_config = {
"api_key": "",
}
completion_api_params = {
}