mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
22 lines
273 B
Python
22 lines
273 B
Python
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 = {
|
|
|
|
} |