mirror of
https://github.com/ollama/ollama.git
synced 2025-04-04 09:58:31 +02:00
add /api/create
docs to readme
This commit is contained in:
parent
88c55199f8
commit
a3297fed41
@ -135,3 +135,11 @@ Generate text from a model.
|
||||
```
|
||||
curl -X POST http://localhost:11434/api/generate -d '{"model": "llama2", "prompt":"Why is the sky blue?"}'
|
||||
```
|
||||
|
||||
### `POST /api/create`
|
||||
|
||||
Create a model from a `Modelfile`.
|
||||
|
||||
```
|
||||
curl -X POST http://localhost:11434/api/create -d '{"name": "my-model", "path": "/path/to/modelfile"}'
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user