From 8aadad9c721efc000d4ecc8cbdc1f4aeb7d64da1 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Mon, 20 May 2024 15:24:32 -0700 Subject: [PATCH] updated updateURL --- llm/llama.cpp | 2 +- macapp/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llm/llama.cpp b/llm/llama.cpp index 614d3b91..952d03db 160000 --- a/llm/llama.cpp +++ b/llm/llama.cpp @@ -1 +1 @@ -Subproject commit 614d3b914e1c3e02596f869649eb4f1d3b68614d +Subproject commit 952d03dbead16e4dbdd1d3458486340673cc2465 diff --git a/macapp/src/index.ts b/macapp/src/index.ts index 28dac136..a5d04d5f 100644 --- a/macapp/src/index.ts +++ b/macapp/src/index.ts @@ -162,7 +162,7 @@ app.on('before-quit', () => { } }) -const updateURL = `https://ollama.ai/api/update?os=${process.platform}&arch=${ +const updateURL = `https://ollama.com/api/update?os=${process.platform}&arch=${ process.arch }&version=${app.getVersion()}&id=${id()}`