mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
Initial commit
This commit is contained in:
22
config-template.py
Normal file
22
config-template.py
Normal 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 = {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user