**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文件问答
<img width="1006" alt="shot2" src="https://github.com/shibing624/ChatPilot/assets/10249622/055c406a-ca28-4e78-bf2f-cbc166b2769b">
**Full Changelog**: https://github.com/shibing624/ChatPilot/compare/v0.1.0...0.1.2