10 lines
196 B
Python
10 lines
196 B
Python
|
|
"""
|
||
|
|
Egregore Web - FastAPI chat interface
|
||
|
|
|
||
|
|
This module handles:
|
||
|
|
- HTTP routing and authentication
|
||
|
|
- Serving the static frontend
|
||
|
|
- API endpoints for chat, history, search
|
||
|
|
- Audio transcription
|
||
|
|
"""
|