missed some quotes

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams 2023-08-04 16:09:07 -07:00
parent c18be72a3b
commit 38a9b1618c

View file

@ -23,8 +23,8 @@ The **Generate** endpoint takes a JSON object with the following fields:
```JSON ```JSON
{ {
Model: "modelname", "model": "modelname",
Prompt: "prompt", "prompt": "prompt",
} }
``` ```