Files
chatgpt-on-wechat/plugins/tool/config.json.template
2023-04-17 01:01:02 +08:00

14 lines
188 B
Plaintext

{
"tools": [
"python",
"url-get",
"terminal",
"meteo-weather"
],
"kwargs": {
"top_k_results": 2,
"no_default": false,
"model_name": "gpt-3.5-turbo"
}
}