Browse Source

missed some quotes

Signed-off-by: Matt Williams <m@technovangelist.com>
Matt Williams 1 year ago
parent
commit
38a9b1618c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api.md

+ 2 - 2
docs/api.md

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