missed some quotes
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
c18be72a3b
commit
38a9b1618c
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ The **Generate** endpoint takes a JSON object with the following fields:
|
|||
|
||||
```JSON
|
||||
{
|
||||
Model: "modelname",
|
||||
Prompt: "prompt",
|
||||
"model": "modelname",
|
||||
"prompt": "prompt",
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue