Table of Contents

Interface ILocalChatbotProfile

public interface ILocalChatbotProfile : IAssistantProfile
Inherited Members

Properties

IsAutoSaveEnabled

bool IsAutoSaveEnabled { get; }

Property Value

bool

IsAutoTitleEnabled

bool IsAutoTitleEnabled { get; }

Property Value

bool

MaxContextMessages

int MaxContextMessages { get; }

Property Value

int

MaxTokens

int? MaxTokens { get; }

Property Value

int?

Seed

uint? Seed { get; }

Property Value

uint?

StartingMessage

string StartingMessage { get; }

Property Value

string

StopSequences

List<string> StopSequences { get; }

Property Value

List<string>

Temperature

float? Temperature { get; }

Property Value

float?

UtilityModelId

string UtilityModelId { get; set; }

Property Value

string