소스 검색

docs: remove create example from README (#199)

This got missed during API updates.
Bruce MacDonald 3 달 전
부모
커밋
b95d44c005
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      README.md

+ 0 - 12
README.md

@@ -40,18 +40,6 @@ for await (const part of response) {
 }
 ```
 
-## Create
-
-```javascript
-import ollama from 'ollama'
-
-const modelfile = `
-FROM llama3.1
-SYSTEM "You are mario from super mario bros."
-`
-await ollama.create({ model: 'example', modelfile: modelfile })
-```
-
 ## API
 
 The Ollama JavaScript library's API is designed around the [Ollama REST API](https://github.com/jmorganca/ollama/blob/main/docs/api.md)