Class OllamaOptions

java.lang.Object
org.springframework.ai.ollama.api.OllamaOptions
All Implemented Interfaces:
ChatOptions, EmbeddingOptions, FunctionCallingOptions, ModelOptions, ToolCallingChatOptions

public class OllamaOptions extends Object implements ToolCallingChatOptions, EmbeddingOptions
Helper class for creating strongly-typed Ollama options.
Since:
0.8.0
Author:
Christian Tzolov, Thomas Vitale, Ilayaperumal Gopinathan
See Also: