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)