ping_ollama {rollama}R Documentation

Ping server to see if Ollama is reachable

Description

Ping server to see if Ollama is reachable

Usage

ping_ollama(server = NULL, silent = FALSE)

Arguments

server

URL to an Ollama server (not the API). Defaults to "http://localhost:11434".

silent

suppress warnings and status (only return TRUE/FALSE).

Value

TRUE if server is running


[Package rollama version 0.1.0 Index]