AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AIDevKitSettings

    Inheritance
    object
    ScriptableResource<AIDevKitSettings>
    AIDevKitSettings
    Inherited Members
    ScriptableResource<AIDevKitSettings>.Instance
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [ResourcePath("Resources/AIDevKit/")]
    public class AIDevKitSettings : ScriptableResource<AIDevKitSettings>

    Properties

    AllowUserApiKeys

    Declaration
    public static bool AllowUserApiKeys { get; }
    Property Value
    Type Description
    bool

    DebugMode

    Declaration
    public static bool DebugMode { get; }
    Property Value
    Type Description
    bool

    DefaultEMB

    Declaration
    public static string DefaultEMB { get; }
    Property Value
    Type Description
    string

    DefaultIMG

    Declaration
    public static string DefaultIMG { get; }
    Property Value
    Type Description
    string

    DefaultLLM

    Declaration
    public static string DefaultLLM { get; }
    Property Value
    Type Description
    string

    DefaultMOD

    Declaration
    public static string DefaultMOD { get; }
    Property Value
    Type Description
    string

    DefaultSTT

    Declaration
    public static string DefaultSTT { get; }
    Property Value
    Type Description
    string

    DefaultTTS

    Declaration
    public static string DefaultTTS { get; }
    Property Value
    Type Description
    string

    DefaultVID

    Declaration
    public static string DefaultVID { get; }
    Property Value
    Type Description
    string

    DefaultVoice

    Declaration
    public static string DefaultVoice { get; }
    Property Value
    Type Description
    string

    LogLevel

    Declaration
    public static RESTLogLevel LogLevel { get; }
    Property Value
    Type Description
    RESTLogLevel

    OutputPath

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

    Declaration
    public static string OutputPath { get; }
    Property Value
    Type Description
    string

    RequestTimeout

    Declaration
    public static int RequestTimeout { get; }
    Property Value
    Type Description
    int

    SavePromptHistoryOnRuntime

    Declaration
    public static bool SavePromptHistoryOnRuntime { get; }
    Property Value
    Type Description
    bool

    Methods

    GetExternalSavePath()

    Declaration
    public static string GetExternalSavePath()
    Returns
    Type Description
    string

    GetInternalSavePath()

    Declaration
    public static string GetInternalSavePath()
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX