Skip to content

Commit

Permalink
format fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed May 8, 2024
1 parent 3b33a0a commit 70a2f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vertexai/src/types/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export interface GenerationConfig {
topK?: number;
presencePenalty?: number;
frequencyPenalty?: number;
/**
/**
* Output response mimetype of the generated candidate text.
* Supported mimetype:
* `text/plain`: (default) Text output.
Expand Down

0 comments on commit 70a2f7a

Please sign in to comment.