-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix: LLM Provider - Ask Sage: Updated Model list, updated docs and fixed drop down menu option #8102
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
fix: LLM Provider - Ask Sage: Updated Model list, updated docs and fixed drop down menu option #8102
Conversation
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.
1 issue found across 7 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="gui/src/pages/AddNewModel/configs/providers.ts">
<violation number="1" location="gui/src/pages/AddNewModel/configs/providers.ts:955">
With the default Ask Sage base URL moved from provider params into the form field, the Connect button stays disabled because `watch('apiBase')` reports an empty string until the user types. Move the default back into `params.apiBase` (or initialize it via `useForm({defaultValues})`) so the pre-filled value is treated as present.</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
thanks for the clean pr! |
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
AI Code Review
@continue-review
Checklist
Screen recording or screenshot
Models and drop down has been fixed - before it was rendering a 'title' erro.

Added Ask Sage Docs and it's also pointing towards Continue

Tests
N/A