Skip to content

Commit cb6aa36

Browse files
committed
feat: Update default completions model
1 parent 80b875d commit cb6aa36

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.

Sidekick/Logic/Data Models/DownloadManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class DownloadManager: NSObject, ObservableObject {
103103
// Set to not add model
104104
self.shouldAddModel = false
105105
// Get default model
106-
let modelUrl: URL = URL(string: "https://huggingface.co/Triangle104/Dolphin3.0-Qwen2.5-1.5B-Q4_K_M-GGUF/resolve/main/dolphin3.0-qwen2.5-1.5b-q4_k_m.gguf")!
106+
let modelUrl: URL = URL(string: "https://huggingface.co/mradermacher/Qwen3-1.7B-Base-GGUF/resolve/main/Qwen3-1.7B-Base.Q4_K_M.gguf")!
107107
print("Trying to download \(modelUrl.deletingLastPathComponent().lastPathComponent)")
108108
// Download model
109109
await self.downloadModel(url: modelUrl)

0 commit comments

Comments
 (0)