test_connection {ollamar} | R Documentation |
Test connection to Ollama server
Description
Test connection to Ollama server
Usage
test_connection(url = "http://localhost:11434")
Arguments
url |
The URL of the Ollama server. Default is http://localhost:11434 |
Value
A httr2 response object.
Examples
test_connection()
test_connection("http://localhost:11434")
test_connection("http://127.0.0.1:11434")
[Package ollamar version 1.1.1 Index]