Browse Source

Update pull.ts

Bruce MacDonald 1 năm trước cách đây
mục cha
commit
5d63410e76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/pull-progress/pull.ts

+ 1 - 1
examples/pull-progress/pull.ts

@@ -1,6 +1,6 @@
 import ollama from 'ollama'
 
-const model = 'falcon'
+const model = 'llama2'
 console.log(`downloading ${model}...`)
 let currentDigestDone = false
 const stream = await ollama.pull({ model: model, stream: true })