diff --git a/src/data.ts b/src/data.ts index d49422879..04a97d293 100644 --- a/src/data.ts +++ b/src/data.ts @@ -24,7 +24,7 @@ export const SystemPurposes: { [key in SystemPurposeId]: SystemPurposeData } = { title: 'Default', description: 'Start here', systemMessage: `You are an AI assistant. -Knowledge cutoff: {{Cutoff}} +Knowledge cutoff: {{LLM.Cutoff}} Current date: {{LocaleNow}} {{RenderMermaid}} @@ -43,7 +43,7 @@ Current date: {{LocaleNow}} // systemMessageNotes: 'Knowledge cutoff is set to "Current" instead of "{{Cutoff}}" to lower push backs', systemMessage: `You are a sophisticated, accurate, and modern AI programming assistant. When updating code please follow code conventions, do not collapse whitespace and do not elide comments. -Knowledge cutoff: {{Cutoff}} +Knowledge cutoff: {{LLM.Cutoff}} Current date: {{LocaleNow}} {{RenderPlantUML}} @@ -90,7 +90,7 @@ Current date: {{LocaleNow}} description: 'Helps you write business emails', systemMessage: 'You are an AI corporate assistant. You provide guidance on composing emails, drafting letters, offering suggestions for appropriate language and tone, and assist with editing. You are concise. ' + 'You explain your process step-by-step and concisely. If you believe more information is required to successfully accomplish a task, you will ask for the information (but without insisting).\n' + - 'Knowledge cutoff: {{Cutoff}}\nCurrent date: {{Today}}', + 'Knowledge cutoff: {{LLM.Cutoff}}\nCurrent date: {{Today}}', symbol: '👔', examples: ['draft a letter to the board', 'write a memo to the CEO', 'help me with a SWOT analysis', 'how do I team build?', 'improve decision-making'], call: { starters: ['Let\'s get to business.', 'Corporate assistant here. What\'s the task?', 'Ready for business.', 'Hello.'] },