-
Notifications
You must be signed in to change notification settings - Fork 0
refactor(models): added more predefined models #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🏷️ This PR has been automatically assigned to milestone 1.0.1-alpha based on the version in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the predefined models configuration by expanding the collection of available AI models across multiple providers. The changes include adding new models, adjusting rankings, and organizing models by capability categories.
- Added numerous new OpenAI models including GPT variants, image generation, and audio processing models
- Added new MistralAI models including different size variants and audio capabilities
- Updated Anthropic model naming and added new Claude variant
- Reorganized model rankings to reflect updated priorities
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| OpenAIProviderModels.cs | Expanded with many new GPT models, organized into text, image, and audio categories |
| MistralAIProviderModels.cs | Added new Mistral model variants and audio processing models |
| AnthropicProviderModels.cs | Updated Claude model naming and added new version |
| CHANGELOG.md | Added entry documenting the model additions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| Rank = 60, | ||
| },new AIModelCapabilities |
Copilot
AI
Oct 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space after the comma before 'new AIModelCapabilities'. This violates C# formatting conventions.
Description
Added more predefined models in the provider's database.
Breaking Changes
None.
Testing Done
None.
Checklist