mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-28 05:58:33 +08:00
plugin(tool) add a config.json template and fix something
This commit is contained in:
8
plugins/tool/config.json.template
Normal file
8
plugins/tool/config.json.template
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"tools": ["python", "requests", "terminal", "meteo-weather"],
|
||||
"kwargs": {
|
||||
"top_k_results": 2,
|
||||
"no_default": false,
|
||||
"model_name": "gpt-3.5-turbo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user