-
Methods Method Description io.github.ollama4j.models.chat.OllamaChatResult.getHttpStatusCode() io.github.ollama4j.models.chat.OllamaChatResult.getResponse() io.github.ollama4j.models.chat.OllamaChatResult.getResponseTime() io.github.ollama4j.OllamaAPI.createModelWithFilePath(String, String) io.github.ollama4j.OllamaAPI.createModelWithModelFileContents(String, String) io.github.ollama4j.OllamaAPI.findModelTagFromLibrary(String, String) This method relies on the HTML structure of the Ollama website, which can change at any time and break this API. It is deprecated and may be removed in the future.io.github.ollama4j.OllamaAPI.generateEmbeddings(String, String) UseOllamaAPI.embed(String, List)
instead.