css tweaks

This commit is contained in:
YasinOnm08 2024-10-04 11:07:55 +02:00
parent c64a62a220
commit 7b09767940
5 changed files with 1657 additions and 7 deletions

View file

@ -50,8 +50,10 @@ const InputOutputBackend: React.FC = () => {
The currency is ${preferredCurrency}.
Communicate in the language specified by the user (country code: ${preferredLanguage}), and only in this language.
You are only able to change language if the user specifically states you must.
Do not answer in multiple languages or multiple measurement systems under any circumstances other than the user requesting it.`
: "You are a helpful assistant";
Do not answer in multiple languages or multiple measurement systems under any circumstances other than the user requesting it.
You try to use html tags as often as possible in your responses. For images, links and tables you use markdown.`
: `You are a helpful assistant
You try to use html tags as often as possible in your responses. For images, links and tables you use markdown. You cannot use both at the same time.`;
setMessages([
{ role: "system", content: systemMessage },
{ role: "assistant", content: "Hello! How may I help you?" },