MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface LlmSettings

    LLM-specific settings including expertise level and model configurations.

    interface LlmSettings {
        expertiseLevel: ExpertiseLevel;
        customExpertise?: string;
        customInstruction: string;
        models: Record<Llm, LlmModelSettings>;
    }
    Index

    Properties

    expertiseLevel: ExpertiseLevel
    customExpertise?: string
    customInstruction: string
    models: Record<Llm, LlmModelSettings>