Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for reasoning and moderation #334

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

kwhinnery-openai
Copy link
Contributor

Update definitions for recent releases of moderation and reasoning models!

@kwhinnery-openai kwhinnery-openai merged commit 8a023c6 into master Sep 27, 2024
1 check passed
Comment on lines -10903 to +11231
$ref: "#/components/schemas/AudioResponseFormat"
description: |
The format of the transcript output, in one of these options: `json`, `text`, `srt`, `verbose_json`, or `vtt`.
type: string
enum:
- json
- text
- srt
- verbose_json
- vtt
default: json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a regression.

Comment on lines -11036 to -11047
AudioResponseFormat:
description: |
The format of the output, in one of these options: `json`, `text`, `srt`, `verbose_json`, or `vtt`.
type: string
enum:
- json
- text
- srt
- verbose_json
- vtt
default: json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AudioResponseFormat was reverted.

kwhinnery-openai added a commit that referenced this pull request Sep 27, 2024
…format

Fix AudioResponseFormat regression in #334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants