Skip to content

createChat

createChat(config): Chat

Defined in: wrapper/src/chat.ts:743

Create a new Chat instance.

ChatConfig

Chat

const chat = createChat({
backend: myBackend,
systemPrompt: 'You are helpful.',
});