Browse Source

docs: remove create example from README (#199)

This got missed during API updates.
Bruce MacDonald 3 tháng trước cách đây
mục cha
commit
b95d44c005
1 tập tin đã thay đổi với 0 bổ sung12 xóa
  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)