Interface: LLMChat
Hierarchy
-
LLMChat
↳
LLM
Methods
chat
▸ chat(params
): Promise
<ChatResponse
| AsyncIterable
<ChatResponseChunk
>>
Parameters
Name | Type |
---|---|
params | LLMChatParamsStreaming | LLMChatParamsNonStreaming |
Returns
Promise
<ChatResponse
| AsyncIterable
<ChatResponseChunk
>>