chore(THU-613): remove gptoss model#1005
Open
raivieiraadriano92 wants to merge 1 commit into
Open
Conversation
Semgrep Security ScanNo security issues found. |
|
Preview environment deployed 🚀
Stack: Auto-destroys on PR close/merge. Login via the bundled Keycloak realm — |
PR Metrics
Updated Thu, 18 Jun 2026 21:30:44 GMT · run #1955 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the GPT-OSS (gpt-oss-120b) model from the instance: deletes the default model + profile, drops the
thunderboltinference provider and itsTHUNDERBOLT_INFERENCE_URL/THUNDERBOLT_INFERENCE_API_KEYsettings, and updates tests and eval scenarios to reference the remaining models.Fixes THU-613.
Note
Medium Risk
Removes a public model ID and self-hosted inference path; clients or env still pointing at
gpt-oss-120bor Thunderbolt will fail until updated.Overview
Removes GPT-OSS 120B as a shipped system model and deletes its default model profile (
gpt-oss.ts). The backend no longer exposesgpt-oss-120bon/chat/completionsor routes it through a Thunderbolt inference client—THUNDERBOLT_INFERENCE_URL/THUNDERBOLT_INFERENCE_API_KEYare dropped from settings, andInferenceProvideris now fireworks, mistral, and anthropic only.Opus 4.8 replaces GPT-OSS in defaults: built-in automations, eval scenarios, debug scripts, and tests/stories that previously referenced
defaultModelGptOss120b. Eval docs now describe Opus-only runs instead of multi-model GPT-OSS examples.Reviewed by Cursor Bugbot for commit 7705503. Bugbot is set up for automated code reviews on this repo. Configure here.