Skip to content

Allow removing compatible API models from settings - #3697

Open
medisean wants to merge 1 commit into
nomic-ai:mainfrom
medisean:fix/remove-compatible-api-models
Open

Allow removing compatible API models from settings#3697
medisean wants to merge 1 commit into
nomic-ai:mainfrom
medisean:fix/remove-compatible-api-models

Conversation

@medisean

@medisean medisean commented Aug 8, 2026

Copy link
Copy Markdown

Fixes #3243.

The Remove button in Model Settings is now enabled for user-created OpenAI-compatible models as well as clones. Clones continue through ModelList.removeClone; compatible API models use the existing Download.removeModel path so their model file, settings, and list entry are removed consistently.

Validation:

  • verified ModelInfo.isCompatibleApi is exposed to QML
  • verified Download.removeModel already handles compatible API models through removeInstalled
  • git diff --check

The Qt/QML runtime test suite was not run locally because the Qt toolchain is unavailable in this environment.

Signed-off-by: medimedi <liangmingzou@163.com>
@medisean
medisean force-pushed the fix/remove-compatible-api-models branch from f23be8d to cf861a3 Compare August 8, 2026 19:17
@medisean
medisean marked this pull request as ready for review August 9, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad UI design for 'clone and remove' button in the settings

1 participant