Skip to content

lumilio-web / hooks/util-hooks/useLLM / LLMProgress

Interface: LLMProgress

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

Properties

error?

optional error: string

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


failedAt?

optional failedAt: null | number

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


initProgress?

optional initProgress: number

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


initStatus?

optional initStatus: string

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


initTime?

optional initTime: number

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


isGenerating

isGenerating: boolean

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


isInitializing

isInitializing: boolean

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


tokensGenerated

tokensGenerated: number

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