You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This option is not available for `gpt-4o-transcribe-diarize`.<br/>
288
305
/// Default Value: [segment]
289
306
/// </param>
290
-
/// <param name="stream"></param>
291
307
/// <param name="chunkingStrategy"></param>
292
308
/// <param name="knownSpeakerNames">
293
309
/// Optional list of speaker names that correspond to the audio samples provided in `known_speaker_references[]`. Each entry should be a short identifier (for example `customer` or `agent`). Up to 4 speakers are supported.
/// This option is not available for `gpt-4o-transcribe-diarize`.<br/>
251
268
/// Default Value: [segment]
252
269
/// </param>
253
-
/// <param name="stream"></param>
254
270
/// <param name="chunkingStrategy"></param>
255
271
/// <param name="knownSpeakerNames">
256
272
/// Optional list of speaker names that correspond to the audio samples provided in `known_speaker_references[]`. Each entry should be a short identifier (for example `customer` or `agent`). Up to 4 speakers are supported.
Copy file name to clipboardExpand all lines: src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.CreateTranscription.g.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ public partial interface IAudioClient
58
58
/// This option is not available for `gpt-4o-transcribe-diarize`.<br/>
59
59
/// Default Value: [segment]
60
60
/// </param>
61
-
/// <param name="stream"></param>
62
61
/// <param name="chunkingStrategy"></param>
63
62
/// <param name="knownSpeakerNames">
64
63
/// Optional list of speaker names that correspond to the audio samples provided in `known_speaker_references[]`. Each entry should be a short identifier (for example `customer` or `agent`). Up to 4 speakers are supported.
@@ -78,7 +77,6 @@ public partial interface IAudioClient
Copy file name to clipboardExpand all lines: src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.CreateTranscriptionAsStream.g.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ public partial interface IAudioClient
58
58
/// This option is not available for `gpt-4o-transcribe-diarize`.<br/>
59
59
/// Default Value: [segment]
60
60
/// </param>
61
-
/// <param name="stream"></param>
62
61
/// <param name="chunkingStrategy"></param>
63
62
/// <param name="knownSpeakerNames">
64
63
/// Optional list of speaker names that correspond to the audio samples provided in `known_speaker_references[]`. Each entry should be a short identifier (for example `customer` or `agent`). Up to 4 speakers are supported.
@@ -78,7 +77,6 @@ public partial interface IAudioClient
Copy file name to clipboardExpand all lines: src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImage.g.cs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,6 @@ public partial interface IImagesClient
56
56
/// Default Value: 100<br/>
57
57
/// Example: 100
58
58
/// </param>
59
-
/// <param name="stream">
60
-
/// Generate the image in streaming mode. Defaults to `false`. See the<br/>
61
-
/// [Image generation guide](/docs/guides/image-generation) for more information.<br/>
62
-
/// This parameter is only supported for the GPT image models.<br/>
63
-
/// Default Value: false<br/>
64
-
/// Example: false
65
-
/// </param>
66
59
/// <param name="partialImages"></param>
67
60
/// <param name="size">
68
61
/// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.<br/>
@@ -103,7 +96,6 @@ public partial interface IImagesClient
Copy file name to clipboardExpand all lines: src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageAsStream.g.cs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,6 @@ public partial interface IImagesClient
56
56
/// Default Value: 100<br/>
57
57
/// Example: 100
58
58
/// </param>
59
-
/// <param name="stream">
60
-
/// Generate the image in streaming mode. Defaults to `false`. See the<br/>
61
-
/// [Image generation guide](/docs/guides/image-generation) for more information.<br/>
62
-
/// This parameter is only supported for the GPT image models.<br/>
63
-
/// Default Value: false<br/>
64
-
/// Example: false
65
-
/// </param>
66
59
/// <param name="partialImages"></param>
67
60
/// <param name="size">
68
61
/// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.<br/>
@@ -103,7 +96,6 @@ public partial interface IImagesClient
0 commit comments