This website requires JavaScript.
Explore
Help
Register
Sign In
RYDE-WORK
/
Langchain-Chatchat
Watch
1
Star
0
Fork
0
You've already forked Langchain-Chatchat
mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced
2026-01-25 16:23:22 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Langchain-Chatchat
/
server
/
chat
History
liunux4odoo
bb7ce601fc
1. 搜索引擎问答支持历史记录;
...
2. 修复知识库问答历史记录传参错误:用户输入被传入history,问题出在webui中重复获取历史消息,api知识库对话接口并无问题。
2023-09-17 13:58:57 +08:00
..
__init__.py
第一版初步agent实现 (
#1503
)
2023-09-17 11:19:16 +08:00
agent_chat.py
第一版初步agent实现 (
#1503
)
2023-09-17 11:19:16 +08:00
chat.py
添加configs/prompt_config.py,允许用户自定义prompt模板: (
#1504
)
2023-09-17 13:27:11 +08:00
knowledge_base_chat.py
1. 搜索引擎问答支持历史记录;
2023-09-17 13:58:57 +08:00
openai_chat.py
修复ChatGPT api_base_url错误;用户可以在model_config在线模型配置中覆盖默认的api_base_url (
#1496
)
2023-09-15 22:56:13 +08:00
search_engine_chat.py
添加configs/prompt_config.py,允许用户自定义prompt模板: (
#1504
)
2023-09-17 13:27:11 +08:00
utils.py
增加其它模型的参数适配
2023-09-17 13:56:08 +08:00