Langchain-Chatchat/server/chat
liunux4odoo 2604c9e761
fix: prompt template name error in file_chat (#2366)
2023-12-12 21:12:33 +08:00
..
__init__.py 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00
agent_chat.py 修复:*_chat 接口中重设 max_tokens 时导致 `local variable 'max_tokens' referenced before assignment` 错误 2023-11-28 21:00:00 +08:00
chat.py 修复:chat 接口默认使用 memory获取10条历史消息,导致最终拼接的prompt出错 (#2247) 2023-12-01 11:35:43 +08:00
completion.py 更新Langchain依赖到0.0.342以上版本 (#2212) 2023-11-29 15:08:13 +08:00
feedback.py feat: add db memory (#2046) 2023-11-22 18:38:26 +08:00
file_chat.py fix: prompt template name error in file_chat (#2366) 2023-12-12 21:12:33 +08:00
knowledge_base_chat.py update file format 2023-11-30 23:33:48 +08:00
openai_chat.py 支持通过配置项同时启动多个模型,将Wiki纳入samples知识库 (#2002) 2023-11-09 22:15:52 +08:00
search_engine_chat.py 修复:*_chat 接口中重设 max_tokens 时导致 `local variable 'max_tokens' referenced before assignment` 错误 2023-11-28 21:00:00 +08:00
utils.py 发版:v0.2.5 (#1620) 2023-09-28 23:30:21 +08:00