-
Notifications
You must be signed in to change notification settings - Fork 33.3k
fix: Make sure modals are listed when using a free AI credits credential in the OpenAI node #16030
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: Make sure modals are listed when using a free AI credits credential in the OpenAI node #16030
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
cubic reviewed 1 file and found no issues. Review PR in cubic.dev.
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.
Confirmed that the issue exists - and this seems like it should fix it, nice job catching this 👍
✅ All Cypress E2E specs passed |
n8n
|
Project |
n8n
|
Branch Review |
master
|
Run status |
|
Run duration | 04m 20s |
Commit |
|
Committer | Ricardo Espinoza |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
10
|
|
0
|
|
503
|
View all changes introduced in this branch ↗︎ |
Got released with |
…ial in the OpenAI node (n8n-io#16030)
Summary
We filter out all models that do not come from
api.openai.com
. Since the models for free AI credits come fromai-assistant.n8n.io
, they are currently being filtered out. This PR hardcodes the AI assistant URL so that these models are no longer excluded.For more context see -> https://n8nio.slack.com/archives/C07BV4T1P6Y/p1743554653872829
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/ADO-3610/bug-models-do-not-load-when-using-the-n8n-free-openai-api-credits
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)