You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate CoderAPI configuration to centralized config module
- Replaced dotenv loading in CoderAPI with centralized configuration from config.py, enhancing consistency and maintainability.
- Updated CoderAPI initialization to use environment variables directly from the config module.
- Adjusted error messages to reflect the new configuration approach, improving clarity for required variables.
- Streamlined imports across various modules to utilize the new configuration structure, promoting better organization.
0 commit comments