Files
raccoon/TIPS.md
2023-03-02 20:58:40 +01:00

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:` |