mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-26 08:43:23 +08:00
* remove llm_model_dict * optimize configs * fix get_model_path * 更改一些默认参数,添加千帆的默认配置 * Update server_config.py.example
8 lines
139 B
Python
8 lines
139 B
Python
from .basic_config import *
|
|
from .model_config import *
|
|
from .kb_config import *
|
|
from .server_config import *
|
|
|
|
|
|
VERSION = "v0.2.5-preview"
|