mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
feat: new icon to indicate that LLaMA model is not downloaded (#1018)
This commit is contained in:
parent
db8d42d5cd
commit
68e57b790f
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ public enum LlamaModel {
|
|||
}
|
||||
|
||||
public static String getDownloadedMarker(boolean downloaded) {
|
||||
return downloaded ? "✓" : "\u2001";
|
||||
return downloaded ? "✓" : "⤓";
|
||||
}
|
||||
|
||||
public static @NotNull Path getLlamaModelsPath() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue