mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
5f6eced45d
- Introduced a new configuration option for selecting Open-Meteo models in `config.ini.example`, allowing users to specify a model or default to "best_match". - Implemented `_load_weather_model` method in `GlobalWxCommand` and `WeatherService` classes to handle model selection logic, including validation and fallback mechanisms. - Updated API request parameters to include the selected weather model when available, enhancing the flexibility of weather data retrieval. These changes improve the customization of weather data requests and ensure robust handling of model selection in the application.