Uses of Class
com.developer.nefarious.zjoule.plugin.models.OllamaModel
Package
Description
-
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.chat.ollama
-
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.api
Modifier and TypeMethodDescriptionvoid
GetOllamaModelsResponse.setModels
(List<OllamaModel> models) -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.events
ModifierConstructorDescriptionOllamaModelSelectionAdapter
(SecondOllamaLoginWizardPage secondOllamaLoginWizardPage, IMemoryObject<OllamaModel> memoryOllamaModel) -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.memory
Modifier and TypeMethodDescriptionvoid
TemporaryMemoryOllamaModel.save
(OllamaModel ollamaModel) Saves the given data to memory. -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.login.pages
ModifierConstructorDescriptionSecondOllamaLoginWizardPage
(IMemoryObject<OllamaModel> memoryOllamaModel) -
Uses of OllamaModel in com.developer.nefarious.zjoule.plugin.memory
Modifier and TypeMethodDescriptionvoid
MemoryOllamaModel.save
(OllamaModel ollamaModel) Saves the given data to memory.