From 86a1575ee36a645a10bbd990c9db42ddc8df8920 Mon Sep 17 00:00:00 2001 From: likelovewant Date: Tue, 23 Jul 2024 14:57:33 +0800 Subject: [PATCH] fix api --- app/lifecycle/updater.go | 2 +- llm/llama.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lifecycle/updater.go b/app/lifecycle/updater.go index de2cbe77..9314a48c 100644 --- a/app/lifecycle/updater.go +++ b/app/lifecycle/updater.go @@ -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 ) diff --git a/llm/llama.cpp b/llm/llama.cpp index d94c6e0c..a8db2a9c 160000 --- a/llm/llama.cpp +++ b/llm/llama.cpp @@ -1 +1 @@ -Subproject commit d94c6e0ccbd29ee1ba4f44e9caa8682ad94df9fa +Subproject commit a8db2a9ce64cd4417f6a312ab61858f17f0f8584