Skip to contents

Set the URL for local ollama API

Usage

set_ollama_url(ollama_url)

Arguments

ollama_url

The desired ollama API URL

Value

The ollama API URL

See also

Examples

u <- "127.0.0.1:11434"
set_ollama_url (u)
get_ollama_url ()
#> [1] "127.0.0.1:11434"