Skip to content

Commit

Permalink
Fix grammar in comment for MaxCompletionTokens property
Browse files Browse the repository at this point in the history
Corrected the grammar in a comment from "supports" to "support" for the o1 series models in the configuration file.
  • Loading branch information
marcominerva committed Nov 6, 2024
1 parent 1806ba5 commit 7a93c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ChatGptApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// "Temperature": 0.8,
// "TopP": 1,
// "MaxTokens": 500,
// "MaxCompletionTokens": null, // o1 series models supports this property instead of MaxTokens
// "MaxCompletionTokens": null, // o1 series models support this property instead of MaxTokens
// "PresencePenalty": 0,
// "FrequencyPenalty": 0,
// "ResponseFormat": { "Type": "text" }, // Allowed values for Type: text (default) or json_object
Expand Down

0 comments on commit 7a93c16

Please sign in to comment.