Commit 38a9b161 authored by Matt Williams's avatar Matt Williams
Browse files

missed some quotes


Signed-off-by: default avatarMatt Williams <m@technovangelist.com>
parent c18be72a
...@@ -23,8 +23,8 @@ The **Generate** endpoint takes a JSON object with the following fields: ...@@ -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",
} }
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment