Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public DefaultUsage(Integer promptTokens, Integer completionTokens, Integer tota
* with completionTokens and the legacy format with generationTokens.
* @param promptTokens the number of tokens in the prompt
* @param completionTokens the number of tokens in the completion (new format)
* @param generationTokens the number of tokens in the generation (legacy format)
* @param totalTokens the total number of tokens
* @param nativeUsage the native usage object
* @return a new DefaultUsage instance
Expand Down