feat: move loading config method to base class

This commit is contained in:
zhayujie
2023-07-20 16:08:19 +08:00
parent aae9b64833
commit 9ef8e1be3f
6 changed files with 21 additions and 33 deletions

View File

@@ -0,0 +1,24 @@
{
"godcmd": {
"password": "",
"admin_users": []
},
"banwords": {
"action": "replace",
"reply_filter": true,
"reply_action": "ignore"
},
"tool": {
"tools": [
"python",
"url-get",
"terminal",
"meteo-weather"
],
"kwargs": {
"top_k_results": 2,
"no_default": false,
"model_name": "gpt-3.5-turbo"
}
}
}