Class OllamaChatModel

All Implemented Interfaces:
ChatModel, StreamingChatModel, Model<Prompt,ChatResponse>, StreamingModel<Prompt,ChatResponse>

public class OllamaChatModel extends AbstractToolCallSupport implements ChatModel
ChatModel implementation for Ollama. Ollama allows developers to run large language models and generate embeddings locally. It supports open-source models available on [Ollama AI Library](...) and on Hugging Face. Please refer to the official Ollama website for the most up-to-date information on available models.
Since:
1.0.0
Author:
Christian Tzolov, luocongqiu, Thomas Vitale, Jihoon Kim