跳到主要内容
ArcBlock Community

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

Brain Titan
开发者
aignebug

As in the pic. Language was set to English btw

IMG_6234.png

1 条回复

Robert2年前(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.

回复