Langchain-Chatchat/server
liunux4odoo 34a416b941
优化server_config配置项 (#1293)
* update server_config.py:
- 在model_config中增加HISTORY_LEN配置参数
- 将server_config中helper function移动到server.utils中
- 统一set_httpx_timeout的定义和调用

* update webui.py:
应用model_config中的配置项:HISTORY_LEN,VECTOR_SEARCH_TOP_K,SEARCH_ENGINE_TOP_K

---------

Co-authored-by: liunux4odoo <liunu@qq.com>
2023-08-29 10:06:09 +08:00
..
chat 增加数据库字段,重建知识库使用多线程 (#1280) 2023-08-28 13:50:35 +08:00
db 增加数据库字段,重建知识库使用多线程 (#1280) 2023-08-28 13:50:35 +08:00
knowledge_base 运行startup.py时,如果不加参数直接显示配置和帮助信息后退出 (#1284) 2023-08-28 16:03:53 +08:00
static update api and webui: 2023-08-16 13:18:58 +08:00
api.py 增加数据库字段,重建知识库使用多线程 (#1280) 2023-08-28 13:50:35 +08:00
api_allinone_stale.py update llm_api_launch,api_allinone,webui_allinone,readme:1.llm_api_launch,api_allinone_webui_allinone更名;2. 更新readme关于startup的说明 2023-08-17 16:59:16 +08:00
llm_api.py 优化server_config配置项 (#1293) 2023-08-29 10:06:09 +08:00
llm_api_shutdown.py update import pkgs and format 2023-08-10 21:26:05 +08:00
llm_api_stale.py update README.md and llm_api_stale.py 2023-08-20 10:38:41 +08:00
utils.py 优化server_config配置项 (#1293) 2023-08-29 10:06:09 +08:00
webui_allinone_stale.py update llm_api_launch,api_allinone,webui_allinone,readme:1.llm_api_launch,api_allinone_webui_allinone更名;2. 更新readme关于startup的说明 2023-08-17 16:59:16 +08:00