소스 검색

Update README.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Bruce MacDonald 1 년 전
부모
커밋
6305023e59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -187,7 +187,7 @@ A custom client can be created with the following fields:
 - `fetch` `<Object>`: (Optional) The fetch library used to make requests to the Ollama host.
 
 ```javascript
-import { Ollama } from '../src/index'
+import { Ollama } from 'ollama'
 
 const ollama = new Ollama({ host: 'http://localhost:11434' })
 const response = await ollama.chat({