Langchain-Chatchat/server/agent/tools
liunux4odoo 03e55e11c4
支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860)
* move get_default_llm_model from webui to ApiRequest

增加API接口及其测试用例:
- /server/get_prompt_template: 获取服务器配置的 prompt 模板
- 增加知识库多线程访问测试用例

支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话

* fix bug in server.api

---------

Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-10-25 08:30:23 +08:00
..
__init__.py 增加一些Langchain的Agent工具 (#1836) 2023-10-23 13:22:10 +08:00
calculate.py Dev (#1822) 2023-10-22 00:00:15 +08:00
search_all_knowledge_more.py 修改了部分Agent Prompt 修改了一些适配问题 (#1839) 2023-10-23 14:53:14 +08:00
search_all_knowledge_once.py 修改,格式了部分Agent工具 (#1823) 2023-10-22 00:07:32 +08:00
search_internet.py 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00
search_knowledge_simple.py Dev (#1822) 2023-10-22 00:00:15 +08:00
shell.py 增加一些Langchain的Agent工具 (#1836) 2023-10-23 13:22:10 +08:00
translator.py Dev (#1822) 2023-10-22 00:00:15 +08:00
weather.py 修改,格式了部分Agent工具 (#1823) 2023-10-22 00:07:32 +08:00
wolfram.py 增加一些Langchain的Agent工具 (#1836) 2023-10-23 13:22:10 +08:00
youtube.py 增加一些Langchain的Agent工具 (#1836) 2023-10-23 13:22:10 +08:00