Skip to content

Commit 5f300c2

Browse files
committed
Fix javadoc error/warnings
1 parent 7e4a187 commit 5f300c2

File tree

2 files changed

+1
-2
lines changed
  • models
    • spring-ai-ollama/src/main/java/org/springframework/ai/ollama/api
    • spring-ai-openai/src/main/java/org/springframework/ai/openai/api

2 files changed

+1
-2
lines changed

models/spring-ai-ollama/src/main/java/org/springframework/ai/ollama/api/OllamaOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public OllamaOptions withFormat(Object format) {
438438
}
439439

440440
/**
441-
* @deprecated use {@link Builder#keepAlive instead.
441+
* @deprecated use {@link Builder#keepAlive} instead.
442442
*/
443443
@Deprecated(forRemoval = true, since = "1.0.0-M5")
444444
public OllamaOptions withKeepAlive(String keepAlive) {

models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ public record PromptTokensDetails(// @formatter:off
13421342
/**
13431343
* Breakdown of tokens used in a completion.
13441344
*
1345-
* @param audioTokens Audio input tokens generated by the model.
13461345
* @param reasoningTokens Number of tokens generated by the model for reasoning.
13471346
* @param acceptedPredictionTokens Number of tokens generated by the model for
13481347
* accepted predictions.

0 commit comments

Comments
 (0)