Fix javadoc error/warnings

This commit is contained in:
Ilayaperumal Gopinathan
2024-12-19 07:55:44 +00:00
parent 7e4a187f0d
commit 5f300c237e
2 changed files with 1 additions and 2 deletions

View File

@@ -438,7 +438,7 @@ public class OllamaOptions implements FunctionCallingOptions, EmbeddingOptions {
}
/**
* @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) {

View File

@@ -1342,7 +1342,6 @@ public class OpenAiApi {
/**
* 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.