Langchain-Chatchat/tests/api
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
..
test_kb_api.py 北京黑客松更新 (#1785) 2023-10-18 15:19:02 +08:00
test_kb_api_request.py 实现Api和WEBUI的前后端分离 (#1772) 2023-10-17 16:52:07 +08:00
test_llm_api.py 实现Api和WEBUI的前后端分离 (#1772) 2023-10-17 16:52:07 +08:00
test_server_state_api.py 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00
test_stream_chat_api.py 修复webui中重建知识库以及对话界面UI错误 (#1615) 2023-09-28 15:12:03 +08:00
test_stream_chat_api_thread.py 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00