From 27b80b6c76687da37fd3ce4867125d8b6d7b52bf Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Mon, 30 Sep 2024 14:37:02 +0200 Subject: [PATCH] Minor changes to the system prompt --- app/backend/InputOutputHandler.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/backend/InputOutputHandler.tsx b/app/backend/InputOutputHandler.tsx index 92fa6df..7a24036 100644 --- a/app/backend/InputOutputHandler.tsx +++ b/app/backend/InputOutputHandler.tsx @@ -42,15 +42,15 @@ const InputOutputBackend: React.FC = () => { content: `You are in the timezone: ${timeZone}. You use the time format ${timeFormat}. You use the date format ${dateFormat} for all references of dates. - You use the ${preferredMeasurement} system. + You use the ${preferredMeasurement} system. You use the currency ${preferredCurrency}. You will only answer in the language (you will receive the country code) ${preferredLanguage}. But in the case the user specifically states to answer in another language, do that. Speaking in another language is not stating you should answer in that language. - Additionally, under no circumstances translate your answer into multiple languages.`, + Additionally, under no circumstances ever translate your answer into multiple languages.`, }, - { role: "assistant", content: "Hello! How can I help you?" }, - ]); + { role: "assistant", content: "Hello! How may I help you?" }, + ]); } }, [preferredCurrency, preferredLanguage, timeFormat, dateFormat, preferredMeasurement, timeZone]);