brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
17.63k stars 2.3k forks source link

Make prompts translateable for some model choices #33667

Closed bbondy closed 2 months ago

bbondy commented 11 months ago

I noticed components/resources/ai_chat_prompts.grdp has all the strings as translateable="false" . This is probably because Llama2 has not great support for non-english text.

I assume Anthropic is much better though. Should we perhaps make them translateable and maybe force english strings being extracted only for certain model selections? If that’s possible?

mattmcalister commented 8 months ago

cc @AndyAnds265

bbondy commented 2 months ago

No longer valid because we have prompts on the server side. Using the leo localization issue for the browser side work.