Compare commits
No commits in common. "4427774def8572cee137abee88889f6986f74bdd" and "223f95364866278baa5d2640177665cc6f827115" have entirely different histories.
4427774def
...
223f953648
1 changed files with 4 additions and 4 deletions
|
@ -46,9 +46,9 @@ const InputOutputBackend: React.FC = () => {
|
|||
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 ever translate your answer into multiple languages.`,
|
||||
Additionally, under no circumstances translate your answer into multiple languages.`,
|
||||
},
|
||||
{ role: "assistant", content: "Hello! How may I help you?" },
|
||||
{ role: "assistant", content: "Hello! How can I help you?" },
|
||||
]);
|
||||
}
|
||||
}, [preferredCurrency, preferredLanguage, timeFormat, dateFormat, preferredMeasurement, timeZone]);
|
||||
|
|
Loading…
Reference in a new issue