Parcourir la source

missed some quotes

Signed-off-by: Matt Williams <m@technovangelist.com>
Matt Williams il y a 1 an
Parent
commit
38a9b1618c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 {
-  Model: "modelname",
-  Prompt: "prompt",
+  "model": "modelname",
+  "prompt": "prompt",
 }
 ```