mirror of
https://github.com/velocitatem/raccoon.git
synced 2026-05-31 08:43:36 +00:00
7 lines
407 B
Markdown
7 lines
407 B
Markdown
# Avoid
|
|
+ [ ] Putting the parameter at the end of the prompt
|
|
|
|
| Good | Bad |
|
|
|-------------------------------------------------------------|--------------------------------------------------|
|
|
| `Predict the capital of the country:\nCountry: {country}\n` | `{country}. Predict the capital of the country:` |
|