-
What should I do if I need the same promptbook in several human languages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A single promptbook can be written for several (human) languages at the same time. However, we recommend that you have separate promptbooks for each language. For large language models, you will get better results if you have prompts in the same language as the user input. The best way to do this is to have suffixed promptbooks like But this will change in the future: |
Beta Was this translation helpful? Give feedback.
A single promptbook can be written for several (human) languages at the same time. However, we recommend that you have separate promptbooks for each language.
For large language models, you will get better results if you have prompts in the same language as the user input.
The best way to do this is to have suffixed promptbooks like
write-website-content.en.ptbk.md
andwrite-website-content.cs.ptbk.md
for each supported language.But this will change in the future:
#42