feat(macos): load models from gateway

This commit is contained in:
Peter Steinberger
2025-12-20 23:24:09 +01:00
parent e3015bbfb7
commit 8c18dd40a3
4 changed files with 46 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ extension SessionRow {
}
}
struct ModelChoice: Identifiable, Hashable {
struct ModelChoice: Identifiable, Hashable, Codable {
let id: String
let name: String
let provider: String