Skip to content

lumilio-web / hooks/util-hooks/useLLM / LLMOptions

Interface: LLMOptions

Defined in: hooks/util-hooks/useLLM.tsx:26

Properties

modelId?

optional modelId: string

Defined in: hooks/util-hooks/useLLM.tsx:27


stream?

optional stream: boolean

Defined in: hooks/util-hooks/useLLM.tsx:30


systemPrompt?

optional systemPrompt: string

Defined in: hooks/util-hooks/useLLM.tsx:29


temperature?

optional temperature: number

Defined in: hooks/util-hooks/useLLM.tsx:28