Skip to content

Commit 8c81e94

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#229)
Co-authored-by: github-actions[bot] <bot@openai.com>
1 parent af96731 commit 8c81e94

7 files changed

+53
-57
lines changed

src/libs/Cohere/Generated/Cohere.CohereClient.Generate.g.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,7 @@ partial void ProcessGenerateResponseContent(
654654
/// Included only in requests
655655
/// </param>
656656
/// <param name="model">
657-
/// The identifier of the model to generate with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental).<br/>
658-
/// Smaller, "light" models are faster, while larger models will perform better. [Custom models](https://docs.cohere.com/docs/training-custom-models) can also be supplied with their full ID.<br/>
657+
/// The identifier of the model to generate with.<br/>
659658
/// Included only in requests
660659
/// </param>
661660
/// <param name="numGenerations">

src/libs/Cohere/Generated/Cohere.CohereClient.Summarize.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ partial void ProcessSummarizeResponseContent(
653653
/// Included only in requests
654654
/// </param>
655655
/// <param name="model">
656-
/// The identifier of the model to generate the summary with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental). Smaller, "light" models are faster, while larger models will perform better.<br/>
656+
/// The identifier of the model to generate the summary with.<br/>
657657
/// Included only in requests
658658
/// </param>
659659
/// <param name="temperature">

src/libs/Cohere/Generated/Cohere.ICohereClient.Generate.g.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public partial interface ICohereClient
4949
/// Included only in requests
5050
/// </param>
5151
/// <param name="model">
52-
/// The identifier of the model to generate with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental).<br/>
53-
/// Smaller, "light" models are faster, while larger models will perform better. [Custom models](https://docs.cohere.com/docs/training-custom-models) can also be supplied with their full ID.<br/>
52+
/// The identifier of the model to generate with.<br/>
5453
/// Included only in requests
5554
/// </param>
5655
/// <param name="numGenerations">

src/libs/Cohere/Generated/Cohere.ICohereClient.Summarize.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public partial interface ICohereClient
4848
/// Included only in requests
4949
/// </param>
5050
/// <param name="model">
51-
/// The identifier of the model to generate the summary with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental). Smaller, "light" models are faster, while larger models will perform better.<br/>
51+
/// The identifier of the model to generate the summary with.<br/>
5252
/// Included only in requests
5353
/// </param>
5454
/// <param name="temperature">

src/libs/Cohere/Generated/Cohere.Models.GenerateRequest.g.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ public sealed partial class GenerateRequest
4141
public int? MaxTokens { get; set; }
4242

4343
/// <summary>
44-
/// The identifier of the model to generate with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental).<br/>
45-
/// Smaller, "light" models are faster, while larger models will perform better. [Custom models](https://docs.cohere.com/docs/training-custom-models) can also be supplied with their full ID.<br/>
44+
/// The identifier of the model to generate with.<br/>
4645
/// Included only in requests
4746
/// </summary>
4847
[global::System.Text.Json.Serialization.JsonPropertyName("model")]
@@ -185,8 +184,7 @@ public sealed partial class GenerateRequest
185184
/// Included only in requests
186185
/// </param>
187186
/// <param name="model">
188-
/// The identifier of the model to generate with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental).<br/>
189-
/// Smaller, "light" models are faster, while larger models will perform better. [Custom models](https://docs.cohere.com/docs/training-custom-models) can also be supplied with their full ID.<br/>
187+
/// The identifier of the model to generate with.<br/>
190188
/// Included only in requests
191189
/// </param>
192190
/// <param name="numGenerations">

src/libs/Cohere/Generated/Cohere.Models.SummarizeRequest.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public sealed partial class SummarizeRequest
4343
public global::Cohere.SummarizeRequestLength? Length { get; set; }
4444

4545
/// <summary>
46-
/// The identifier of the model to generate the summary with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental). Smaller, "light" models are faster, while larger models will perform better.<br/>
46+
/// The identifier of the model to generate the summary with.<br/>
4747
/// Included only in requests
4848
/// </summary>
4949
[global::System.Text.Json.Serialization.JsonPropertyName("model")]
@@ -93,7 +93,7 @@ public sealed partial class SummarizeRequest
9393
/// Included only in requests
9494
/// </param>
9595
/// <param name="model">
96-
/// The identifier of the model to generate the summary with. Currently available models are `command` (default), `command-nightly` (experimental), `command-light`, and `command-light-nightly` (experimental). Smaller, "light" models are faster, while larger models will perform better.<br/>
96+
/// The identifier of the model to generate the summary with.<br/>
9797
/// Included only in requests
9898
/// </param>
9999
/// <param name="temperature">

0 commit comments

Comments
 (0)