Skip to content

Commit

Permalink
Fix javadoc error/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayaperumalg committed Dec 19, 2024
1 parent 7e4a187 commit 5f300c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public OllamaOptions withFormat(Object format) {
}

/**
* @deprecated use {@link Builder#keepAlive instead.
* @deprecated use {@link Builder#keepAlive} instead.
*/
@Deprecated(forRemoval = true, since = "1.0.0-M5")
public OllamaOptions withKeepAlive(String keepAlive) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,6 @@ public record PromptTokensDetails(// @formatter:off
/**
* Breakdown of tokens used in a completion.
*
* @param audioTokens Audio input tokens generated by the model.
* @param reasoningTokens Number of tokens generated by the model for reasoning.
* @param acceptedPredictionTokens Number of tokens generated by the model for
* accepted predictions.
Expand Down

0 comments on commit 5f300c2

Please sign in to comment.