Skip to content

Commit 0c901d9

Browse files
authored
Merge pull request #45 from rattrayalex/patch-1
Mark `POST /completions` `prompt` as a required param
2 parents 9ce9331 + c012b5c commit 0c901d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,6 +2244,7 @@ components:
22442244
A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).
22452245
required:
22462246
- model
2247+
- prompt
22472248

22482249
CreateCompletionResponse:
22492250
type: object

0 commit comments

Comments
 (0)