Verwendungen von Klasse
io.github.amithkoujalgi.ollama4j.core.exceptions.OllamaBaseException
Packages, die OllamaBaseException verwenden
-
Verwendungen von OllamaBaseException in io.github.amithkoujalgi.ollama4j.core
Methoden in io.github.amithkoujalgi.ollama4j.core, die OllamaBaseException auslösenModifizierer und TypMethodeBeschreibungAsk a question to a model running on Ollama server.OllamaAPI.askWithImageFiles(String model, String promptText, List<File> imageFiles) With one or more image files, ask a question to a model running on Ollama server.OllamaAPI.askWithImageURLs(String model, String promptText, List<String> imageURLs) With one or more image URLs, ask a question to a model running on Ollama server.voidOllamaAPI.createModelWithFilePath(String modelName, String modelFilePath) Create a custom model from a model file.voidOllamaAPI.createModelWithModelFileContents(String modelName, String modelFileContents) Create a custom model from a model file.voidOllamaAPI.deleteModel(String modelName, boolean ignoreIfNotPresent) Delete a model from Ollama server.OllamaAPI.generateEmbeddings(String model, String prompt) Generate embeddings for a given text from a modelOllamaAPI.getModelDetails(String modelName) Gets model details from the Ollama server.OllamaAPI.listModels()List available models from Ollama server.voidPull a model on the Ollama server from the list of available models.