Fix javadoc error/warnings
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user