Class Ollama4jService
java.lang.Object
com.bytedesk.ai.provider.vendors.ollama.Ollama4jService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteModel
(String model) List<io.github.ollama4j.models.response.Model>
io.github.ollama4j.models.response.LibraryModelDetail
getModelDetails
(io.github.ollama4j.models.response.LibraryModel model) io.github.ollama4j.models.response.ModelDetail
getModelDetails
(String ollamaModelType) https://ollama4j.github.io/ollama4j/apis-model-management/get-model-detailsList<io.github.ollama4j.models.response.LibraryModel>
io.github.ollama4j.models.response.LibraryModelTag
getModelTag
(String model, String tag) io.github.ollama4j.models.ps.ModelsProcessResponse
getPs()
boolean
void
pullModel
(io.github.ollama4j.models.response.LibraryModelTag libraryModelTag) void
-
Field Details
-
ollama4jApi
@Autowired @Qualifier("ollama4jApi") private io.github.ollama4j.OllamaAPI ollama4jApi
-
-
Constructor Details
-
Ollama4jService
public Ollama4jService()
-
-
Method Details
-
isOllama4jReachable
public boolean isOllama4jReachable() -
getLocalModels
-
getModels
-
getPs
public io.github.ollama4j.models.ps.ModelsProcessResponse getPs() -
getModelDetails
public io.github.ollama4j.models.response.LibraryModelDetail getModelDetails(io.github.ollama4j.models.response.LibraryModel model) -
getModelDetails
https://ollama4j.github.io/ollama4j/apis-model-management/get-model-details- Parameters:
OllamaModelType
-- Returns:
-
getModelTag
-
pullModel
public void pullModel(io.github.ollama4j.models.response.LibraryModelTag libraryModelTag) -
pullModel
-
deleteModel
-