mirror of
https://github.com/ollama/ollama.git
synced 2026-05-13 14:27:00 +00:00
app: remove ollama update url env var used for testing (#15905)
This commit is contained in:
parent
c7c2837c96
commit
917324bb4d
1 changed files with 0 additions and 4 deletions
|
|
@ -157,10 +157,6 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
if u := os.Getenv("OLLAMA_UPDATE_URL"); u != "" {
|
||||
updater.UpdateCheckURLBase = u
|
||||
}
|
||||
|
||||
// Detect if this is a first start after an upgrade, in
|
||||
// which case we need to do some cleanup
|
||||
var skipMove bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue