Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aasher
/
Makhfi_AI
like
0
Sleeping
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
8909b6d
Makhfi_AI
/
db
/
models
/
__init__.py
Aasher
feat(db): add session management and database connection setup
eeb3f17
3 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
from
db.models.chat
import
Chat
from
db.models.message
import
Message
__all__ = [
"Chat"
,
"Message"
]