Class LlamaCopilotOptionsBase

LlamaCopilotOptionsBase class

Represents the base options for configuring the LlamaCopilot.

public abstract class LlamaCopilotOptionsBase

Properties

NameDescription
DocumentCollection { get; set; }Gets or sets the collection of documents to be processed.
MaxCompletionTokens { get; set; }Gets or sets the maximum number of completion tokens that may be used over the course of the run.
virtual Model { get; set; }Gets or sets the model to use for the assistant.
SystemInstructions { get; set; }Gets or sets the file path for the text file containing assistant system instructions.
Temperature { get; set; }Gets or sets the sampling temperature to use for the model.
TopP { get; set; }Gets or sets the top-p value for nucleus sampling.

See Also