Skip to content

Releases: shibing624/ChatPilot

0.1.2

04 Apr 06:30
Compare
Choose a tag to compare

ChatPilot: 实现AgentChat对话,支持Google搜索、文件网址对话(RAG)、代码解释器功能,复现Kimi Chat(文件,拖进来;网址,发出来),支持OpenAI/Azure API。

新增功能

  • 本项目基于LangChain实现了ReAct和OpenAI Function Call的Agent问答对话,支持如下工具自动调用:
    • 联网搜索工具:Google Search API(Serper/DuckDuckGo)
    • URL自动解析工具:复现了Kimi Chat网址发出来功能
    • Python代码解释器:支持E2B虚拟环境和本地python编译器环境运行代码
  • 本项目基于LangChain实现了支持query改写的检索增强RAG文件问答
shot2

Full Changelog: v0.1.0...0.1.2

v0.1.0

17 Mar 15:21
Compare
Choose a tag to compare

v0.1.0

  1. update auto change multi api keys
  2. support gpt-4-vision-preview model

Full Changelog: v0.0.2...v0.1.0

v0.0.2

15 Mar 08:54
Compare
Choose a tag to compare

v0.0.2

ChatPilot: Chat with Agent. 基于chat agent实现了联网搜索,文件、网址对话功能(类kimi chat,文件,拖进来;网址,发出来),支持OpenAI API。

Features

  • 本项目基于Agent实现了搜索问答
  • 本项目基于Agent实现了文件对话(RAG),实现了通过URL自动解析内容功能,复现了 kimi chat(文件,拖进来;网址,发出来) 的文件、网址对话功能
  • 本项目基于Agent实现了python代码解释器,支持E2B虚拟环境和本地python编译器环境运行代码
  • 支持前后端服务分离,前端使用Svelte,后端使用FastAPI
  • 支持语音输入输出,支持图像生成
  • 支持用户管理,权限控制,支持聊天记录导入导出

Full Changelog: https://github.com/shibing624/ChatPilot/commits/v0.0.2