Function getLLMConfig

  • Parameters

    • name: string = 'llmConfig'

    Returns Promise<
        | {
            apiKey?: string;
            llm?: string;
            modelName?: string;
            options?: { [key: string]: any };
        }
        | undefined,
    >