From baf2320ea686f0c97ccdbd9ef96bcb3a82019331 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Wed, 30 Oct 2024 11:01:23 +0530 Subject: [PATCH] Updated javadoc --- src/main/java/io/github/ollama4j/OllamaAPI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {