Skip to main content

LLMConfig

@codebolt/agent


Interface: LLMConfig

Defined in: packages/agent/src/unified/types/libTypes.ts:235

LLM configuration

Indexable

[key: string]: unknown

Additional configuration

Properties

PropertyTypeDescriptionDefined in
apiKey?stringAPI keypackages/agent/src/unified/types/libTypes.ts:245
baseUrl?stringBase URL for APIpackages/agent/src/unified/types/libTypes.ts:247
llmname?stringLLM name/role identifierpackages/agent/src/unified/types/libTypes.ts:237
maxTokens?numberMaximum tokenspackages/agent/src/unified/types/libTypes.ts:243
model?stringModel namepackages/agent/src/unified/types/libTypes.ts:239
temperature?numberTemperature for generationpackages/agent/src/unified/types/libTypes.ts:241