feat(provider): add AiOnly provider preset#3797
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
WalkthroughAdds AiOnly as a selectable provider, defines its models and metadata, connects model creation to the AiOnly API, and registers it in the provider registry. ChangesAiOnly provider integration
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant ModelMenu
participant aionlyProvider
participant Aionly
ModelMenu->>aionlyProvider: select AiOnly model
aionlyProvider->>Aionly: createModel with API and generation settings
Aionly-->>aionlyProvider: return configured provider client
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Description
This pull request adds support for the AiOnly provider preset.
The purpose of this change is to make AiOnly provider configuration easier for users by adding a built-in provider preset, reducing the need for manual configuration.
Changes
Additional Notes
This change only adds a new provider preset and does not modify existing provider behavior.
Screenshots
[Optional: Include screenshots that help explain your PR]
Contributor Agreement
By submitting this Pull Request, I confirm that I have read and agree to the following terms:
Please check the box below to confirm:
Summary by CodeRabbit