Interface ILlamaClient

ILlamaClient interface

Represents a client interface for interacting with the Llama API.

public interface ILlamaClient

Methods

NameDescription
CreateCompletionAsync(LlamaChatCompletionRequest, CancellationToken?)Creates a chat completion request in the Llama service.

See Also