-
Notifications
You must be signed in to change notification settings - Fork 0
Config py
peter-olai edited this page May 7, 2025
·
3 revisions
The src/config.py file manages the configuration for the chat service. Many other modules rely on this for their settings, e.g., LLM Integration, Transcription Service.
- Loads configuration settings from environment variables, .env files, or other sources.
- Provides access to configuration values throughout the application.
- API keys for external services (LLMs, etc.)
- Database connection strings
- Service ports
- Logging levels
(Detail how to set configuration and list important parameters.)
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