mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
9 lines
161 B
Python
9 lines
161 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.10"
|