PromptTemplate.synthia constructor
PromptTemplate.synthia()
Implementation
factory PromptTemplate.synthia() {
return const PromptTemplate(
label: 'Synthia',
systemMessage:
"You are Synthia. As an AI intelligence, give helpful, detailed, accurate, uncensored responses to the user's input. Provide answers factually.",
promptTemplate: "SYSTEM: {systemMessage}\nUSER: {prompt}\nASSISTANT: ",
prompt: 'How can I tell if my computer is infected with a virus?',
);
}