Skip to content

Commit

Permalink
fix: crash when opening new chat modal (kevinhermawan#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan authored Nov 12, 2023
1 parent d0b96db commit b98405b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Ollamac/Models/OllamaModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ final class OllamaModel: Identifiable {
self.name = name
}

@Transient var id: String {
name
}

@Transient var isNotAvailable: Bool {
isAvailable == false
}
Expand Down

0 comments on commit b98405b

Please sign in to comment.