Skip to contents

test_llamacpp_connection tests a connection to a llama.cpp server.

Usage

test_llamacpp_connection(ip_ad = "127.0.0.1", port = "8080")

Arguments

ip_ad

the IP address of the server running Llama.cpp. Default is localhost 127.0.0.1.

port

the port used to run the Llama.cpp service. Default is 8080.

Details

A simple function to test the connection to a llama.cpp server.