Skip to contents

Create a new Ollama llm_provider instance

Usage

create_ollama_llm_provider(
  parameters = list(model = "llama3.1:8b", url = "http://localhost:11434/api/chat")
)

Arguments

parameters

A named list of parameters. Currently the following parameters are required:

  • model: The name of the model to use (e.g., "llama3.1:8b")

  • url: The URL of the Ollama API endpoint

Value

A new llm_provider object for use of the Ollama API