Compare commits
No commits in common. "9997ecc787c41925c316fa6d91d117ca3d687872" and "e4198e0fbd79c7d441c76c60c0985738719dba84" have entirely different histories.
9997ecc787
...
e4198e0fbd
1 changed files with 2 additions and 4 deletions
|
@ -33,9 +33,7 @@ const InputOutputBackend: React.FC = () => {
|
|||
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 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 an other language do that speaking in a
|
||||
nother language is not stating you should answer in that language. Additionally do not translate your answer into multiple languages`
|
||||
You will anwser in ${preferredLanguage}.`
|
||||
},{ role: "assistant", content: "Hello! How can I help you?" }])
|
||||
const [liveMessage, setLiveMessage] = useState("")
|
||||
const [inputMessage, setInputMessage] = useState<string>("")
|
||||
|
|
Loading…
Reference in a new issue