This commit is contained in:
2023-03-02 20:57:27 +01:00
parent 5bcbc8de8f
commit 5ccb1f6542
3 changed files with 23 additions and 4 deletions

6
TIPS.md Normal file
View File

@@ -0,0 +1,6 @@
# 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:` |