Skip to content

Commit

Permalink
fix: ttest
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Williams <m@technovangelist.com>
  • Loading branch information
technovangelist committed Oct 26, 2023
1 parent 1ea4607 commit 9101ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for await (const model of localModels) {
const localdigest = model.digest
let [repo, tag] = model.name.split(":")
if (!repo.includes("/")) {
repo = ` library/${repo}`
repo = `library/${repo}`
}
const remoteModelInfo = await fetch(`https://ollama.ai/v2/${repo}/manifests/${tag}`, {
headers: {
Expand Down

0 comments on commit 9101ed7

Please sign in to comment.