Llama Http Client
HTTP client for communicating with a local LLAMA-Server instance.
Provides synchronous and streaming POST requests to the LLAMA-Server API. Port is supplied as a lambda so it always resolves to the current active port.
Parameters
default Port
Lambda returning the current server port. Called on each request.
log
Log function for diagnostic output.