- Refactored app to use OpenRouter, making it easier to experiment with models and resulting in leaner code (only one SDK needed for API calls).
- Added a single app variant that uses OpenAI as the LLM provider.
- Package management with
uv
. - Configuration with
config.yaml
. - Removed instructions for AzureAI, as we cannot keep this information up to date.