fix: respect model badge metadata - #11081
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
|
Fixed the remaining UI condition: the training icon was still nested inside the Free badge render block, so paid models such as |
Code Review SummaryStatus: 2 Observations (pre-existing, not in diff) | Recommendation: Merge Overview
The implementation is correct. Other Observations (not in diff — pre-existing)These are in files that were not modified by this PR.
Files Reviewed (13 files)
Fix these issues in Kilo Cloud Reviewed by claude-4.6-sonnet-20260217 · 1,877,867 tokens Review guidance: REVIEW.md from base branch |
lambertjosh
left a comment
There was a problem hiding this comment.
LGTM! Thanks this is great.
…tadata-badges fix: respect model badge metadata

Summary
isFreeto truemayTrainOnYourPromptsis true, independently of price or free statusThe catalog includes zero-priced models that explicitly are not free and paid models that may train on prompts, so deriving either indicator from price or from the other flag produces misleading model labels.