We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0665bd0 commit baebf6bCopy full SHA for baebf6b
1 file changed
Sources/MLXInferenceCore/HFModelSearch.swift
@@ -61,7 +61,7 @@ public struct HFModelResult: Identifiable, Sendable, Decodable {
61
// MARK: — Sort options (matching Aegis-AI LocalLanguageModels sort selector)
62
63
public enum HFSortOption: String, CaseIterable, Sendable {
64
- case trending = "trending"
+ case trending = "trendingScore"
65
case downloads = "downloads"
66
case likes = "likes"
67
case lastModified = "lastModified"
0 commit comments