Skip to content

Commit

Permalink
Merge pull request #108 from tryAGI/bot/update-openapi_202411181827
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents 27c60f9 + 8b10628 commit ffb10e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/libs/Cohere/Generated/Cohere.Models.BaseModel.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public sealed partial class BaseModel
/// The possible strategy used to serve a fine-tuned models.<br/>
/// - STRATEGY_UNSPECIFIED: Unspecified strategy.<br/>
/// - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.<br/>
/// - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU.<br/>
/// - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU.<br/>
/// Default Value: STRATEGY_UNSPECIFIED
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("strategy")]
Expand Down Expand Up @@ -76,7 +76,7 @@ public sealed partial class BaseModel
/// The possible strategy used to serve a fine-tuned models.<br/>
/// - STRATEGY_UNSPECIFIED: Unspecified strategy.<br/>
/// - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.<br/>
/// - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU.<br/>
/// - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU.<br/>
/// Default Value: STRATEGY_UNSPECIFIED
/// </param>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Cohere/Generated/Cohere.Models.Strategy.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Cohere
/// The possible strategy used to serve a fine-tuned models.<br/>
/// - STRATEGY_UNSPECIFIED: Unspecified strategy.<br/>
/// - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.<br/>
/// - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU.<br/>
/// - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU.<br/>
/// Default Value: STRATEGY_UNSPECIFIED
/// </summary>
public enum Strategy
Expand All @@ -21,7 +21,7 @@ public enum Strategy
/// </summary>
VANILLA,
/// <summary>
/// Serve the fine-tuned model on a shared GPU.
/// Deprecated: Serve the fine-tuned model on a shared GPU.
/// </summary>
TFEW,
}
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Cohere/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16416,7 +16416,7 @@ components:
- STRATEGY_VANILLA
- STRATEGY_TFEW
type: string
description: "The possible strategy used to serve a fine-tuned models.\n\n - STRATEGY_UNSPECIFIED: Unspecified strategy.\n - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.\n - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU."
description: "The possible strategy used to serve a fine-tuned models.\n\n - STRATEGY_UNSPECIFIED: Unspecified strategy.\n - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.\n - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU."
default: STRATEGY_UNSPECIFIED
x-fern-sdk-group-name:
- finetuning
Expand Down

0 comments on commit ffb10e6

Please sign in to comment.