- getLLMConfig(
name?: string,
): Promise<
| {
apiKey?: string;
llm?: string;
modelName?: string;
options?: { [key: string]: any };
}
| undefined,
> Parameters
- name: string = 'llmConfig'
Returns Promise<
| {
apiKey?: string;
llm?: string;
modelName?: string;
options?: { [key: string]: any };
}
| undefined,
>