mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 21:37:20 +08:00
* 更新上agent提示词代码 * 更新部分文档,修复了issue中提到的bge匹配超过1 的bug * 按需修改 * 解决了部分最新用户用依赖的bug,加了两个工具,移除google工具
9 lines
168 B
Python
9 lines
168 B
Python
from .basic_config import *
|
|
from .model_config import *
|
|
from .kb_config import *
|
|
from .server_config import *
|
|
from .prompt_config import *
|
|
|
|
|
|
VERSION = "v0.2.6-preview"
|