mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-23 15:29:59 +08:00
9 lines
176 B
Python
9 lines
176 B
Python
from .basic_config import *
|
|
from .model_config import *
|
|
from .kb_config import *
|
|
from .server_config import *
|
|
from .prompt_config import *
|
|
|
|
|
|
VERSION = "v0.3.0-preview"
|