1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

add more tags, cleanup tag display

This commit is contained in:
2025-11-11 01:47:53 +01:00
parent 61e04f1acf
commit b6c1a694e4
7 changed files with 65 additions and 7 deletions

View File

@@ -167,5 +167,9 @@ func GetModelTags(model openrouter.Model, m *Model) {
}
}
if model.Pricing.Prompt == "0" && model.Pricing.Completion == "0" {
m.Tags = append(m.Tags, "free")
}
sort.Strings(m.Tags)
}