Uses of Class
com.google.genkit.plugins.ollama.OllamaPluginOptions
Packages that use OllamaPluginOptions
-
Uses of OllamaPluginOptions in com.google.genkit.plugins.ollama
Methods in com.google.genkit.plugins.ollama that return OllamaPluginOptionsModifier and TypeMethodDescriptionOllamaPluginOptions.Builder.build()OllamaPlugin.getOptions()Gets the plugin options.Constructors in com.google.genkit.plugins.ollama with parameters of type OllamaPluginOptionsModifierConstructorDescriptionOllamaModel(String modelName, OllamaPluginOptions options) Creates a new OllamaModel.OllamaPlugin(OllamaPluginOptions options) Creates an OllamaPlugin with the specified options.