Update OpenAI chat UML diagram

This commit is contained in:
Christian Tzolov
2024-08-09 10:05:39 +02:00
parent 2da161cfb1
commit af25430054
2 changed files with 2 additions and 0 deletions

View File

@@ -922,6 +922,8 @@ public class OpenAiApi {
* 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB