Compare commits
6 commits
223f953648
...
4427774def
Author | SHA1 | Date | |
---|---|---|---|
4427774def | |||
3d42572120 | |||
27b80b6c76 | |||
6af5864557 | |||
460f22abd8 | |||
5adb79e89d |
1 changed files with 4 additions and 4 deletions
|
@ -41,15 +41,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]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue