Skip to content

ema / config / LLMApiConfig

Interface: LLMApiConfig

Defined in: packages/ema/src/config.ts:87

API configuration for LLM providers.

Properties

base_url

ts
base_url: string;

Defined in: packages/ema/src/config.ts:95

Base URL for the LLM provider.


key

ts
key: string;

Defined in: packages/ema/src/config.ts:91

API key for the LLM provider.