-
Notifications
You must be signed in to change notification settings - Fork 0
Main py
peter-olai edited this page May 7, 2025
·
3 revisions
The src/main.py file is the primary entry point for the chat service application.
- Initializes the application.
- Sets up logging and configuration (see
config.py). - Starts the web server (e.g., FastAPI, Flask).
- Loads and mounts API routes (see API Reference and Routes).
(Provide more details on the startup sequence and key functions within main.py.)
Authors:
Peter Olai Johnsen
Tobias Fremming
Erik Le Blanc Pleym
About Chat-Service
Core Components
Development
Codebase Details
- Codebase Architecture
- Routes
- Command-py
- Config-py
- Context Upload-py
- LLM-py
- Main-py
- Pipeline-py
- Streaming WS-py
- Transcribe-py
Deployment and Operations