Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
8aadad9c
Commit
8aadad9c
authored
May 20, 2024
by
Josh Yan
Browse files
updated updateURL
parent
8800c8a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
llm/llama.cpp
llm/llama.cpp
+1
-1
macapp/src/index.ts
macapp/src/index.ts
+1
-1
No files found.
llama.cpp
@
952d03db
Compare
614d3b91
...
952d03db
Subproject commit
614d3b914e1c3e02596f869649eb4f1d3b68614d
Subproject commit
952d03dbead16e4dbdd1d3458486340673cc2465
macapp/src/index.ts
View file @
8aadad9c
...
@@ -162,7 +162,7 @@ app.on('before-quit', () => {
...
@@ -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
()}
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment