Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zulelee
/
langchain-chatchat
like
2
Running
App
Files
Files
Community
f94c50d
langchain-chatchat
/
server
/
agent
/
model_contain.py
Zulelee
Upload 254 files
5e9cd1d
verified
10 months ago
raw
Copy download link
history
blame
Safe
137 Bytes
class
ModelContainer
:
def
__init__
(
self
):
self.MODEL =
None
self.DATABASE =
None
model_container = ModelContainer()