Skip to content

Releases: goldfishh/chatgpt-tool-hub

0.5.0

17 Jan 16:09
Compare
Choose a tag to compare

What's Changed

tool-hub

  1. refactor: Replace absolute imports with relative imports
  2. new tools: wechat, visual(Replace the previous visual-dl tool), sms, email, stt, tts.
  3. Introducing a new feature called "pure mode" that allows individual tool invocation.
  4. Adding test cases specifically for single tools.

llm-os

  1. add a demo in google-colab

New Contributors

Full Changelog: 0.4.2...0.5.0

0.4.2

25 Apr 16:53
Compare
Choose a tag to compare

tool-hub

  1. 新增私有部署的搜索工具: searxng-search
  2. 修复win系统使用summary临时创建文件后删除的异常 #30
  3. morning-news 新增可配置参数:morning_news_use_llm 用于开关api返回后再处理
  4. 新增arxiv工具,用于搜索论文
  5. 更改tool engine 核心prompt,使用json格式输出llm-os内心独白、工具和工具输入
  6. 修复news子工具返回内容包含乱码信息 #26 #27

llm-os

  1. llm-os问世,目前已支持tool-hub所有功能
pip install -i https://pypi.python.org/simple chatgpt-tool-hub==0.4.2