Skip to content

Commit

Permalink
Merge pull request #16 from tectalichq/fix-edits
Browse files Browse the repository at this point in the history
Remove incorrect `id` and `model` properties from `CreateEditResponse`
  • Loading branch information
schnerd committed Feb 22, 2023
2 parents dfaa7b3 + 21a10fd commit 3b42e2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2137,14 +2137,10 @@ components:
CreateEditResponse:
type: object
properties:
id:
type: string
object:
type: string
created:
type: integer
model:
type: string
choices:
type: array
items:
Expand Down Expand Up @@ -2190,10 +2186,8 @@ components:
- completion_tokens
- total_tokens
required:
- id
- object
- created
- model
- choices
- usage

Expand Down

0 comments on commit 3b42e2d

Please sign in to comment.