mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 21:37:20 +08:00
9 lines
160 B
Python
9 lines
160 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.9"
|