Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@shibing624 shibing624 released this 04 Apr 06:30
· 22 commits to main since this release

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