Browse Source

Update examples/fill-in-middle/fill.ts

Co-authored-by: Michael Yang <mxyng@pm.me>
Bruce MacDonald 1 năm trước cách đây
mục cha
commit
c8b93a2f84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/fill-in-middle/fill.ts

+ 1 - 1
examples/fill-in-middle/fill.ts

@@ -7,7 +7,7 @@ async function main(): Promise<void> {
   const suffix = `
 return result
 `
-  const respose = await ollama.generate({
+  const response = await ollama.generate({
     model: 'codellama:7b-code',
     prompt: `<PRE> ${prefix} <SUF>${suffix} <MID>`,
     options: {