AI Dev Kit
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
    public class AIDevKitSettings : ScriptableResource<AIDevKitSettings>

    Properties

    CheckForModelUpdatesOnStartup

    Declaration
    public static bool CheckForModelUpdatesOnStartup { 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

    EditorOutputPath

    Default path where editor-specific assets are downloaded, commonly used in Unity projects.

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

    LogLevel

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

    ProjectContext

    Declaration
    public static ProjectContext ProjectContext { get; }
    Property Value
    Type Description
    ProjectContext

    PromptHistoryOnRuntime

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

    RequestTimeout

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

    RuntimeOutputPath

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

    Declaration
    public static string RuntimeOutputPath { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX