-
Notifications
You must be signed in to change notification settings - Fork 0
fix(strix): route the openai-direct terminal fallback to OpenAI credentials #1290
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
Changes from all commits
f2a6aab
bad3ebd
8f3ee4a
370250c
3849819
50ad57a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Call to deleted function prints error each scan
(Refers to this code) Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 Info: Dead openai-direct branch left behind The merged case (Refers to this code) Was this helpful? React with 👍 or 👎 to provide feedback. |
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.
📝 Info: Two steps write the same OpenAI fallback key
For nvidia_nim and openrouter modes both the existing GitHub Models fallback step and the new direct-OpenAI step write the same
openai_fallback_key.txtand exportSTRIX_OPENAI_FALLBACK_KEY_FILE. Contents are identical, so this is harmless redundancy; only the new step adds the API-base file that constitutes the actual fix.Was this helpful? React with 👍 or 👎 to provide feedback.