Update api.md

This commit is contained in:
Jeffrey Morgan 2023-11-21 15:32:05 -05:00 committed by GitHub
parent 3cd07728f4
commit 2eaa95b417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,9 +299,9 @@ Create a model from a [`Modelfile`](./modelfile.md). It is recommended to set `m
### Parameters
- `name`: name of the model to create
- `modelfile`: contents of the Modelfile
- `modelfile` (optional): contents of the Modelfile
- `stream`: (optional) if `false` the response will be returned as a single response object, rather than a stream of objects
- `path` (deprecated): path to the Modelfile
- `path` (optional): path to the Modelfile
### Examples