tool ver0.5

1. 新增工具pure模式,支持单个工具调用
2. 新增消息转发工具:email, sms, wechat, 可以根据规则向其他平台发送消息
3. 替换visual-dl(更名为visual)实现,目前识别图片链接效果较好。
4. 修复了0.4版本大部分工具返回结果不可靠问题
This commit is contained in:
goldfishh
2024-01-16 00:58:17 +08:00
parent 91cabd7d49
commit 55e9064307
3 changed files with 121 additions and 55 deletions

View File

@@ -3,10 +3,10 @@
"python",
"url-get",
"terminal",
"meteo-weather"
"meteo"
],
"kwargs": {
"top_k_results": 2,
"debug": true,
"no_default": false,
"model_name": "gpt-3.5-turbo"
}