Skip to content

Commit

Permalink
Regenerate code
Browse files Browse the repository at this point in the history
  • Loading branch information
SBrandeis committed Feb 7, 2024
1 parent 43e261e commit a8a59e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tasks/src/tasks/text-generation/inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export interface TextGenerationInput {
*/
export interface TextGenerationParameters {
/**
* Best of
* The number of sampling queries to run. Only the best one (in terms of total logprob) will
* be returned.
*/
bestOf?: number;
/**
Expand Down

0 comments on commit a8a59e3

Please sign in to comment.