Files
chatgpt-on-wechat/plugins/tool/config.json.template
2023-04-12 22:23:00 +08:00

8 lines
173 B
Plaintext

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