Files
chatgpt-on-wechat/plugins/tool/config.json.template
2024-01-27 11:08:44 +08:00

14 lines
176 B
Plaintext

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