Gaunt Sloth Assistant
    Preparing search index...

    Interface LLMConfig

    interface LLMConfig {
        apiKeyEnvironmentVariable?: string;
        configuration: Record<string, unknown>;
        model: string;
        type: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • LLMConfig

    Indexable

    • [key: string]: unknown
    Index

    Properties

    apiKeyEnvironmentVariable?: string
    configuration: Record<string, unknown>
    model: string
    type: string