Skip to content

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

Interface: LLMOptions

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

Properties

modelId?

optional modelId: string

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


stream?

optional stream: boolean

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


systemPrompt?

optional systemPrompt: string

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


temperature?

optional temperature: number

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


top_p?

optional top_p: number

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