Skip to main content
ArcBlock Community

Aigne bug - chat ai asked a task question in english and it answered in arabic

Brain Titan
Developers
aignebug

As in the pic. Language was set to English btw

IMG_6234.png

1 reply

Robert2 years ago(edited)

This is not a big rather the hallucinations from LLM.

To fix this, you can add a system prompt like:

javascriptCopy
Always output in {{language}}

Thus the LLM can follow this instruction. You may need to experiment a bit and find the right place to fit this prompt in all your another prompts.

Reply