Skip to content

Commit

Permalink
javadoc nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 20, 2024
1 parent 6d71228 commit 43e59a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.stefanbratanov.jvm.openai;

/** Usage statistics * */
/** Usage statistics */
public record Usage(int completionTokens, int promptTokens, int totalTokens) {}

0 comments on commit 43e59a9

Please sign in to comment.