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
Property Value
- int?
Seed
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