UNPKG

@mi-gpt/chat

Version:
15 lines (13 loc) 210 B
// src/config.ts var kDefaultChatConfig = { prompt: { system: "", user: "{msg}", assistant: "{msg}" }, context: { vars: {}, historyMaxLength: 10 } }; export { kDefaultChatConfig };