Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
onyx-dot-app
/
onyx
Public
Notifications
You must be signed in to change notification settings
Fork
4.4k
Star
31.7k
Code
Issues
121
Pull requests
289
Discussions
Actions
Projects
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(web): model settings popover in the LLM provider modal
- #14131
#14131
Merged
nmgarza5
merged 22 commits into
main
onyx-dot-app/onyx:main
from
nikg/model-settings-admin-ui
onyx-dot-app/onyx:nikg/model-settings-admin-ui
Copy head branch name to clipboard
Aug 21, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
feat(web): model settings popover in the LLM provider modal
#14131
nmgarza5
merged 22 commits into
main
onyx-dot-app/onyx:main
from
nikg/model-settings-admin-ui
onyx-dot-app/onyx:nikg/model-settings-admin-ui
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
refactor(web): extract the model setting controls into a shared module
Show description for a1b5605
nmgarza5
committed
a1b5605
View commit details
Copy full SHA for a1b5605
Browse repository at this point
feat(web): model settings popover in the LLM provider modal
Show description for 5d5970d
nmgarza5
committed
5d5970d
View commit details
Copy full SHA for 5d5970d
Browse repository at this point
fix(web): keep unsaved model edits across the auto-update toggle
Show description for bae3b0f
nmgarza5
committed
bae3b0f
View commit details
Copy full SHA for bae3b0f
Browse repository at this point
fix(web): match the model settings popover to the mock
Show description for b3b02b2
nmgarza5
committed
b3b02b2
View commit details
Copy full SHA for b3b02b2
Browse repository at this point
fix(web): route well-known providers with empty custom_config to their modal
Show description for 7c3d664
nmgarza5
committed
7c3d664
View commit details
Copy full SHA for 7c3d664
Browse repository at this point
feat(web): model settings for custom provider models
Show description for 1cd0606
nmgarza5
committed
1cd0606
View commit details
Copy full SHA for 1cd0606
Browse repository at this point
feat(web): set the org default model from a provider model row
Show description for 585a5e5
nmgarza5
committed
585a5e5
View commit details
Copy full SHA for 585a5e5
Browse repository at this point
fix(opal): keep an editable title click out of parent click handlers
Show description for 548b669
nmgarza5
committed
548b669
View commit details
Copy full SHA for 548b669
Browse repository at this point
fix(web): stop the settings popover from scrolling the provider modal
Show description for a0f8792
nmgarza5
committed
a0f8792
View commit details
Copy full SHA for a0f8792
Browse repository at this point
fix(web): match the default model row actions to the mock
Show description for acb7dd4
nmgarza5
committed
acb7dd4
View commit details
Copy full SHA for acb7dd4
Browse repository at this point
fix(web): keep refetched models across the auto-update toggle
Show description for f398845
nmgarza5
committed
f398845
View commit details
Copy full SHA for f398845
Browse repository at this point
fix(web): rewrite a stale reasoning default when it exceeds the new max
Show description for 9051189
nmgarza5
committed
9051189
View commit details
Copy full SHA for 9051189
Browse repository at this point
fix(web): clamp stored custom model settings to current capability
Show description for 2258351
nmgarza5
committed
2258351
View commit details
Copy full SHA for 2258351
Browse repository at this point
fix(web): scroll the settings popover instead of clipping it
Show description for 71af9e5
nmgarza5
committed
71af9e5
View commit details
Copy full SHA for 71af9e5
Browse repository at this point
fix(web): persist custom model settings on provider save
Show description for 958ef26
nmgarza5
committed
958ef26
View commit details
Copy full SHA for 958ef26
Browse repository at this point
fix(web): fit the settings popover to the mock height
Show description for cefa34c
nmgarza5
committed
cefa34c
View commit details
Copy full SHA for cefa34c
Browse repository at this point
refactor(web): review pass over the model settings feature
Show description for 170b9eb
nmgarza5
committed
170b9eb
View commit details
Copy full SHA for 170b9eb
Browse repository at this point
fix(web): keep a rename-committing click off the visibility toggle
Show description for 742fd99
nmgarza5
committed
742fd99
View commit details
Copy full SHA for 742fd99
Browse repository at this point
Commits on Aug 21, 2026
fix(web): scope the rename guard to the title row's edit input
Show description for 4e8baa2
nmgarza5
committed
4e8baa2
View commit details
Copy full SHA for 4e8baa2
Browse repository at this point
refactor(web): build the settings popover from Opal components
Show description for db6222a
nmgarza5
committed
db6222a
View commit details
Copy full SHA for db6222a
Browse repository at this point
fix(web): uniform range for the default reasoning slider
Show description for 55153b7
nmgarza5
committed
55153b7
View commit details
Copy full SHA for 55153b7
Browse repository at this point
refactor(opal): editHandle presence hides the built-in pencil
Show description for 812852b
nmgarza5
committed
812852b
View commit details
Copy full SHA for 812852b
Browse repository at this point
You can’t perform that action at this time.