feat(macos): load models from gateway
This commit is contained in:
@@ -163,7 +163,7 @@ extension SessionRow {
|
||||
}
|
||||
}
|
||||
|
||||
struct ModelChoice: Identifiable, Hashable {
|
||||
struct ModelChoice: Identifiable, Hashable, Codable {
|
||||
let id: String
|
||||
let name: String
|
||||
let provider: String
|
||||
|
||||
Reference in New Issue
Block a user