From 2eaa95b417e0711f90fe298ef233e58c6fe0a478 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 21 Nov 2023 15:32:05 -0500 Subject: [PATCH] Update api.md --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 99378ac3..0595fadd 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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