mirror of
https://github.com/velocitatem/raccoon.git
synced 2026-05-31 08:43:36 +00:00
407 B
407 B
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: |