mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
7 lines
137 B
Python
7 lines
137 B
Python
class ModelContainer:
|
|
def __init__(self):
|
|
self.MODEL = None
|
|
self.DATABASE = None
|
|
|
|
model_container = ModelContainer()
|