Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 751 Bytes
7dadc22 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
server/
βββ __init__.py
βββ api_config.py # Configuration constants
βββ api_core.py # Main API class (now much cleaner!)
βββ api_metrics.py # Metrics functionality
βββ api_session.py # Session management
βββ chat.py # Chat room management
βββ config_utils.py # Configuration utilities
βββ endpoint_manager.py # Endpoint management with error handling
βββ llm_utils.py # LLM client and text generation
βββ models.py # Data models and types
βββ utils.py # Generic utilities (YAML parsing, etc.)
βββ video_utils.py # Video generation (HF endpoints + Gradio) |