Skip to content

Commit ffb10e6

Browse files
Merge pull request #108 from tryAGI/bot/update-openapi_202411181827
feat:@coderabbitai
2 parents 27c60f9 + 8b10628 commit ffb10e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public sealed partial class BaseModel
4040
/// The possible strategy used to serve a fine-tuned models.<br/>
4141
/// - STRATEGY_UNSPECIFIED: Unspecified strategy.<br/>
4242
/// - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.<br/>
43-
/// - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU.<br/>
43+
/// - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU.<br/>
4444
/// Default Value: STRATEGY_UNSPECIFIED
4545
/// </summary>
4646
[global::System.Text.Json.Serialization.JsonPropertyName("strategy")]
@@ -76,7 +76,7 @@ public sealed partial class BaseModel
7676
/// The possible strategy used to serve a fine-tuned models.<br/>
7777
/// - STRATEGY_UNSPECIFIED: Unspecified strategy.<br/>
7878
/// - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.<br/>
79-
/// - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU.<br/>
79+
/// - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU.<br/>
8080
/// Default Value: STRATEGY_UNSPECIFIED
8181
/// </param>
8282
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Cohere
77
/// The possible strategy used to serve a fine-tuned models.<br/>
88
/// - STRATEGY_UNSPECIFIED: Unspecified strategy.<br/>
99
/// - STRATEGY_VANILLA: Deprecated: Serve the fine-tuned model on a dedicated GPU.<br/>
10-
/// - STRATEGY_TFEW: Serve the fine-tuned model on a shared GPU.<br/>
10+
/// - STRATEGY_TFEW: Deprecated: Serve the fine-tuned model on a shared GPU.<br/>
1111
/// Default Value: STRATEGY_UNSPECIFIED
1212
/// </summary>
1313
public enum Strategy
@@ -21,7 +21,7 @@ public enum Strategy
2121
/// </summary>
2222
VANILLA,
2323
/// <summary>
24-
/// Serve the fine-tuned model on a shared GPU.
24+
/// Deprecated: Serve the fine-tuned model on a shared GPU.
2525
/// </summary>
2626
TFEW,
2727
}

src/libs/Cohere/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16416,7 +16416,7 @@ components:
1641616416
- STRATEGY_VANILLA
1641716417
- STRATEGY_TFEW
1641816418
type: string
16419-
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."
16419+
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."
1642016420
default: STRATEGY_UNSPECIFIED
1642116421
x-fern-sdk-group-name:
1642216422
- finetuning

0 commit comments

Comments
 (0)