Skip to content

Commit 481d520

Browse files
chore: add flux to overrides (#797)
1 parent 4643c35 commit 481d520

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ components:
581581
DeepgramTranscriberModel:
582582
type: string
583583
enum:
584+
- "flux-general-en"
584585
- "nova-3"
585586
- "nova-3-general"
586587
- "nova-3-medical"
@@ -612,7 +613,10 @@ components:
612613
- "base-conversationalai"
613614
- "base-voicemail"
614615
- "base-video"
616+
- "whisper"
615617
x-fern-enum:
618+
"flux-general-en":
619+
name: fluxGeneralEn
616620
"nova-3":
617621
name: nova3
618622
"nova-3-general":
@@ -675,6 +679,8 @@ components:
675679
name: baseVoicemail
676680
"base-video":
677681
name: baseVideo
682+
"whisper":
683+
name: whisper
678684
FallbackDeepgramTranscriber:
679685
title: FallbackDeepgramTranscriber
680686
properties:
@@ -785,6 +791,7 @@ components:
785791
FallbackDeepgramTranscriberModel:
786792
type: string
787793
enum:
794+
- "flux-general-en"
788795
- "nova-3"
789796
- "nova-3-general"
790797
- "nova-3-medical"
@@ -816,7 +823,10 @@ components:
816823
- "base-conversationalai"
817824
- "base-voicemail"
818825
- "base-video"
826+
- "whisper"
819827
x-fern-enum:
828+
"flux-general-en":
829+
name: fluxGeneralEn
820830
"nova-3":
821831
name: nova3
822832
"nova-3-general":
@@ -879,6 +889,8 @@ components:
879889
name: baseVoicemail
880890
"base-video":
881891
name: baseVideo
892+
"whisper":
893+
name: whisper
882894
TransferDestinationAssistant:
883895
title: TransferDestinationAssistant
884896
properties:

0 commit comments

Comments
 (0)