Skip to content

Commit

Permalink
Update interface format to accept object to support-structured-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthSareen committed Dec 4, 2024
1 parent 3e29d3f commit 728d47a
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 @@ -99,7 +99,7 @@ export interface ChatRequest {
model: string
messages?: Message[]
stream?: boolean
format?: string
format?: string | object
keep_alive?: string | number
tools?: Tool[]

Expand Down

0 comments on commit 728d47a

Please sign in to comment.