Table of Contents

Class AIDevKitSettings

Namespace
Glitch9.AIDevKit
public class AIDevKitSettings : ScriptableRuntimeSingleton<AIDevKitSettings>
Inheritance
object
AIDevKitSettings

Properties

AllowUserApiKeys

public static bool AllowUserApiKeys { get; }

Property Value

bool

ChatSavePath

public static string ChatSavePath { get; }

Property Value

string

DebugMode

public static bool DebugMode { get; }

Property Value

bool

DefaultAgentModel

public static string DefaultAgentModel { get; }

Property Value

string

DefaultAgentVoice

public static string DefaultAgentVoice { get; }

Property Value

string

DefaultEMB

public static string DefaultEMB { get; }

Property Value

string

DefaultIMG

public static string DefaultIMG { get; }

Property Value

string

DefaultLLM

public static string DefaultLLM { get; }

Property Value

string

DefaultMOD

public static string DefaultMOD { get; }

Property Value

string

DefaultSTT

public static string DefaultSTT { get; }

Property Value

string

DefaultTTS

public static string DefaultTTS { get; }

Property Value

string

DefaultVID

public static string DefaultVID { get; }

Property Value

string

DefaultVoice

public static string DefaultVoice { get; }

Property Value

string

LogLevel

public static TraceLevel LogLevel { get; }

Property Value

TraceLevel

MeasureLatencyByDefault

public static bool MeasureLatencyByDefault { get; }

Property Value

bool

OutputPath

Default path for runtime downloads, used in dynamically updating or adding resources at runtime.

public static string OutputPath { get; }

Property Value

string

RequestTimeout

public static int RequestTimeout { get; }

Property Value

int

SavePromptHistoryOnRuntime

public static bool SavePromptHistoryOnRuntime { get; }

Property Value

bool

Methods

GetExternalSavePath()

public static string GetExternalSavePath()

Returns

string

GetInternalSavePath()

public static string GetInternalSavePath()

Returns

string