File tree Expand file tree Collapse file tree
Infrastructure/BotSharp.Abstraction/Models
Plugins/BotSharp.Plugin.OpenAI/Models/Realtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public static class Gpt4xModelConstants
1212 public const string GPT_4o_Realtime_Preview = "gpt-4o-realtime-preview" ;
1313 public const string GPT_4o_Mini_Search_Preview = "gpt-4o-mini-search-preview" ;
1414 public const string GPT_4o_Mini_Transcribe = "gpt-4o-mini-transcribe" ;
15+ public const string GPT_4o_Transcribe = "gpt-4o-transcribe" ;
1516 public const string GPT_4o_Mini_Tts = "gpt-4o-mini-tts" ;
1617 public const string GPT_4o_Search_Preview = "gpt-4o-search-preview" ;
1718}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public class RealtimeSessionTurnDetection
8484public class InputAudioTranscription
8585{
8686 [ JsonPropertyName ( "model" ) ]
87- public string Model { get ; set ; } = Gpt4xModelConstants . GPT_4o_Mini_Transcribe ;
87+ public string Model { get ; set ; } = Gpt4xModelConstants . GPT_4o_Transcribe ;
8888
8989 [ JsonPropertyName ( "language" ) ]
9090 [ JsonIgnore ( Condition = JsonIgnoreCondition . WhenWritingNull ) ]
You can’t perform that action at this time.
0 commit comments