Langchain-Chatchat/server/chat
Meiracle bc3dbb443e
修复搜索引擎聊天接口 (#1228)
* 修复搜索引擎聊天接口

* 修复知识库聊天接口

* 恢复
2023-08-24 22:18:33 +08:00
..
__init__.py 1. change bing_search_chat and duckduckgo_search_chat into search_engine_chat 2023-08-03 18:22:36 +08:00
chat.py 添加chatgpt 调用代理设置 2023-08-24 13:51:17 +08:00
github_chat.py update chat and knowledge base api: unify exception processing and return types 2023-08-19 15:14:45 +08:00
knowledge_base_chat.py update api and webui: 2023-08-16 13:18:58 +08:00
openai_chat.py fix api & webui: 1.add logs, 2. check json response, 3. set timeout=False in recreate_vector_stoore 2023-08-15 14:24:54 +08:00
search_engine_chat.py 修复搜索引擎聊天接口 (#1228) 2023-08-24 22:18:33 +08:00
utils.py add history to chat apis 2023-08-08 23:54:51 +08:00