Skip to content

Commit

Permalink
Add format update for GenerateRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthSareen committed Dec 5, 2024
1 parent 728d47a commit db25bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface GenerateRequest {
context?: number[]
stream?: boolean
raw?: boolean
format?: string
format?: string | object
images?: Uint8Array[] | string[]
keep_alive?: string | number

Expand Down

0 comments on commit db25bdd

Please sign in to comment.