diff --git a/src/main/java/io/github/ollama4j/OllamaAPI.java b/src/main/java/io/github/ollama4j/OllamaAPI.java index f489e2d..262d7a9 100644 --- a/src/main/java/io/github/ollama4j/OllamaAPI.java +++ b/src/main/java/io/github/ollama4j/OllamaAPI.java @@ -322,7 +322,7 @@ public class OllamaAPI { * @throws OllamaBaseException if the response indicates an error status * @throws IOException if an I/O error occurs during the HTTP request * @throws InterruptedException if the operation is interrupted - * @deprecated Use {@link #embed(String, List)} instead. + * @deprecated Use {@link #embed(String, List)} instead. */ @Deprecated public List generateEmbeddings(String model, String prompt) throws IOException, InterruptedException, OllamaBaseException {