Skip to content

Commit

Permalink
fix: summary generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Sep 23, 2024
1 parent 65ee841 commit 5862cc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ public record ChatResponse(
@JsonProperty("created_at") Instant createdAt,
@JsonProperty("message") Message message,
@JsonProperty("done") Boolean done,
@JsonProperty("done_reason") String doneReason,
@JsonProperty("total_duration") Duration totalDuration,
@JsonProperty("load_duration") Duration loadDuration,
@JsonProperty("prompt_eval_count") Integer promptEvalCount,
Expand Down

0 comments on commit 5862cc7

Please sign in to comment.