Interface: AiProviderConfig
Defined in: src/types/index.ts:704
Provider configuration for an OpenAI-compatible chat/agent endpoint.
Properties
apiKey
apiKey:
string
Defined in: src/types/index.ts:705
baseUrl
baseUrl:
string
Defined in: src/types/index.ts:706
model
model:
string
Defined in: src/types/index.ts:707
systemPrompt?
optionalsystemPrompt?:string
Defined in: src/types/index.ts:709
Default system prompt. Falls back to KITT_SYSTEM_PROMPT.