This commit is contained in:
likelovewant
2024-07-23 14:57:33 +08:00
parent fbfc13b6ca
commit 86a1575ee3
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ import (
)
var (
UpdateCheckURLBase = "https://api.github.com/repos/likelovewant/ollama-for-amd/releases/latest"
UpdateCheckURLBase = "https://api.github.com/repos/likelovewant/ollama-for-amd/releases/id"
UpdateDownloaded = false
UpdateCheckInterval = 60 * 60 * time.Second
)