mirror of
https://github.com/ollama/ollama.git
synced 2025-08-26 20:31:51 +02:00
updated updateURL
This commit is contained in:
Submodule llm/llama.cpp updated: 614d3b914e...952d03dbea
@@ -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
|
process.arch
|
||||||
}&version=${app.getVersion()}&id=${id()}`
|
}&version=${app.getVersion()}&id=${id()}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user