Skip to main content

Chat Templates

Use predefined chat templates to generate responses.

Import the ALL_CHAT_TEMPLATES array to get a list of available templates.

Please create an issue if you want to add a new template.

import { ALL_CHAT_TEMPLATES } from "@lmscript/client/chat-template";
console.log(ALL_CHAT_TEMPLATES);
["mistral"];