Skip to content

Commit

Permalink
Merge branch 'main' into hotfix/initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Jul 10, 2024
2 parents 8a25a99 + 5773f89 commit 098983d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/apis/chatCompletions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class ChatCompletions extends ApiResource {

export interface ChatCompletionsBodyBase extends ModelParams {
messages?: Array<Message>;
response_format?: object;
}

export interface ChatCompletionsBodyStreaming extends ChatCompletionsBodyBase {
Expand Down

0 comments on commit 098983d

Please sign in to comment.