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
12 changes: 12 additions & 0 deletions fern/apis/api/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ components:
DeepgramTranscriberModel:
type: string
enum:
- "flux-general-en"
- "nova-3"
- "nova-3-general"
- "nova-3-medical"
Expand Down Expand Up @@ -612,7 +613,10 @@ components:
- "base-conversationalai"
- "base-voicemail"
- "base-video"
- "whisper"
x-fern-enum:
"flux-general-en":
name: fluxGeneralEn
"nova-3":
name: nova3
"nova-3-general":
Expand Down Expand Up @@ -675,6 +679,8 @@ components:
name: baseVoicemail
"base-video":
name: baseVideo
"whisper":
name: whisper
FallbackDeepgramTranscriber:
title: FallbackDeepgramTranscriber
properties:
Expand Down Expand Up @@ -785,6 +791,7 @@ components:
FallbackDeepgramTranscriberModel:
type: string
enum:
- "flux-general-en"
- "nova-3"
- "nova-3-general"
- "nova-3-medical"
Expand Down Expand Up @@ -816,7 +823,10 @@ components:
- "base-conversationalai"
- "base-voicemail"
- "base-video"
- "whisper"
x-fern-enum:
"flux-general-en":
name: fluxGeneralEn
"nova-3":
name: nova3
"nova-3-general":
Expand Down Expand Up @@ -879,6 +889,8 @@ components:
name: baseVoicemail
"base-video":
name: baseVideo
"whisper":
name: whisper
TransferDestinationAssistant:
title: TransferDestinationAssistant
properties:
Expand Down
Loading