Uses of Class
com.developer.nefarious.zjoule.plugin.models.OllamaModel
Packages that use OllamaModel
Package
Description
-
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.chat.ollama
Constructor parameters in com.developer.nefarious.zjoule.plugin.chat.ollama with type arguments of type OllamaModelModifierConstructorDescriptionOllamaClientHelper
(IMemoryObject<OllamaModel> memoryOllamaModel) Constructs anOllamaClientHelper
with the specified memory storage. -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.api
Methods in com.developer.nefarious.zjoule.plugin.login.api that return types with arguments of type OllamaModelModifier and TypeMethodDescriptionGetOllamaModelsResponse.getModels()
Retrieves the list of Ollama models.Method parameters in com.developer.nefarious.zjoule.plugin.login.api with type arguments of type OllamaModelModifier and TypeMethodDescriptionvoid
GetOllamaModelsResponse.setModels
(List<OllamaModel> models) Sets the list of Ollama models. -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.events
Constructor parameters in com.developer.nefarious.zjoule.plugin.login.events with type arguments of type OllamaModelModifierConstructorDescriptionOllamaModelSelectionAdapter
(SecondOllamaLoginWizardPage secondOllamaLoginWizardPage, IMemoryObject<OllamaModel> memoryOllamaModel) Constructs anOllamaModelSelectionAdapter
for handling model selection events. -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.memory
Methods in com.developer.nefarious.zjoule.plugin.login.memory that return OllamaModelMethods in com.developer.nefarious.zjoule.plugin.login.memory with parameters of type OllamaModelModifier and TypeMethodDescriptionvoid
TemporaryMemoryOllamaModel.save
(OllamaModel ollamaModel) Saves the given data to memory. -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.pages
Methods in com.developer.nefarious.zjoule.plugin.login.pages that return types with arguments of type OllamaModelModifier and TypeMethodDescriptionSecondOllamaLoginWizardPage.getOllamaModelsForSelection()
Retrieves the list of Ollama models available for selection.Constructor parameters in com.developer.nefarious.zjoule.plugin.login.pages with type arguments of type OllamaModelModifierConstructorDescriptionSecondOllamaLoginWizardPage
(IMemoryObject<OllamaModel> memoryOllamaModel) Constructs aSecondOllamaLoginWizardPage
for selecting an Ollama model. -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.memory
Methods in com.developer.nefarious.zjoule.plugin.memory that return OllamaModelMethods in com.developer.nefarious.zjoule.plugin.memory with parameters of type OllamaModelModifier and TypeMethodDescriptionvoid
MemoryOllamaModel.save
(OllamaModel ollamaModel) Saves the given data to memory.