소스 검색

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

Co-authored-by: Michael Yang <mxyng@pm.me>
Bruce MacDonald 1 년 전
부모
커밋
c8b93a2f84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: {