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

    Interface LlmModelSettings

    Configuration settings for a specific LLM model including API key and version.

    interface LlmModelSettings {
        name: string;
        apiKey: string;
        enabled: boolean;
        version: LlmVersion;
    }
    Index

    Properties

    name: string
    apiKey: string
    enabled: boolean
    version: LlmVersion