remove update api

This commit is contained in:
likelovewant
2024-07-18 21:52:13 +08:00
committed by GitHub
parent 5ea9cc588f
commit 877aa39290

View File

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