Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,13 @@ components:
type: string
enum:
- chat.completion
warnings:
type: array
items:
type: object
properties:
message:
type: string
required: [choices, id, created, model, object]

ChatCompletionStream:
Expand Down Expand Up @@ -2305,7 +2312,13 @@ components:
allOf:
- $ref: '#/components/schemas/UsageData'
- nullable: true

warnings:
type: array
items:
type: object
properties:
message:
type: string
AudioSpeechRequest:
type: object
required:
Expand Down