Skip to content

Commit

Permalink
Update OpenAI chat UML diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Aug 9, 2024
1 parent 2da161c commit af25430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,8 @@ public record Usage(// @formatter:off
* the model runs with. Can be used in conjunction with the seed request parameter to
* understand when backend changes have been made that might impact determinism.
* @param object The object type, which is always 'chat.completion.chunk'.
* @param usage Usage statistics for the completion request. Present in the last chunk
* only if the StreamOptions.includeUsage is set to true.
*/
@JsonInclude(Include.NON_NULL)
public record ChatCompletionChunk(// @formatter:off
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af25430

Please sign in to comment.