Skip to content

Commit

Permalink
PMix: parameters propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Dec 31, 2024
1 parent 3cb9183 commit 95e988d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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}}
Expand Down Expand Up @@ -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.'] },
Expand Down

0 comments on commit 95e988d

Please sign in to comment.