createChat
createChat(
config):Chat
Defined in: wrapper/src/chat.ts:743
Create a new Chat instance.
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”Example
Section titled “Example”const chat = createChat({ backend: myBackend, systemPrompt: 'You are helpful.',});