plugin(tool) add a config.json template and fix something

This commit is contained in:
goldfishh
2023-04-02 22:33:31 +08:00
parent 71d288f550
commit 7835379f8f
4 changed files with 20 additions and 9 deletions

View 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"
}
}