LLMConfig
@nuclia/core • Docs
@nuclia/core / LLMConfig
Interface: LLMConfig
Configuration of the LLM used for the task
Properties
keys?
optionalkeys:object
Index Signature
[model: string]: any
Defined in
libs/sdk-core/src/lib/db/task/task.models.ts:128
model?
optionalmodel:string
Defined in
libs/sdk-core/src/lib/db/task/task.models.ts:127
prompts?
optionalprompts:object
Index Signature
[model: string]: object | null