mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-18 16:17:05 +08:00
1. 新增工具pure模式,支持单个工具调用 2. 新增消息转发工具:email, sms, wechat, 可以根据规则向其他平台发送消息 3. 替换visual-dl(更名为visual)实现,目前识别图片链接效果较好。 4. 修复了0.4版本大部分工具返回结果不可靠问题
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
{
|
|
"tools": [
|
|
"python",
|
|
"url-get",
|
|
"terminal",
|
|
"meteo"
|
|
],
|
|
"kwargs": {
|
|
"debug": true,
|
|
"no_default": false,
|
|
"model_name": "gpt-3.5-turbo"
|
|
}
|
|
}
|