You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add language attributes (lang="fr", lang="en") to the output in the web client.
Not sure if a model is aware which language it's spitting out, but it would be helpful with TTS and education.
Example:
<div class="message assistant" lang="fr">La phrase est déjà traduite!<p></p><span lang="en">"Give me a glass of milk"</span> -> "Donnez-moi un verre de lait"<p></p>Si vous voulez être plus formal, vous pouvez dire :<p></p>"Je voudrais un verre de lait, s'il vous plaît."
"Un verre de lait, s'il vous plaît."
"Je demande un verre de lait, s'il vous plaît."</div>
BTW looks like there are errors in HTML output (--server --v2 version 0.9), wrong wrapping of content, empty paragraphs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Add language attributes (lang="fr", lang="en") to the output in the web client.
Not sure if a model is aware which language it's spitting out, but it would be helpful with TTS and education.
Example:
BTW looks like there are errors in HTML output (--server --v2 version 0.9), wrong wrapping of content, empty paragraphs.
Beta Was this translation helpful? Give feedback.
All reactions