Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9c923a6
llmOS-Agent
/
src
/
api
/
__init__.py
tech-envision
Add FastAPI server for LLM chat
6fce4ec
3 months ago
raw
Copy download link
history
blame
54 Bytes
from
.app
import
create_app
__all__ = [
"create_app"
]