Skip to content

Fix spelling error #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Provide expected inputs, data and outputs to improve accuracy quality. 📝
Don’t be afraid to list exactly what you want, what you know, what is needed, and what not to include. 🔎

- **Ask it to Reflect:**
A technique called reflexion has been shown to increase GPT4’s accuracy. Basically ask it ‘Why were you wrong?’ or get it to reflect and review its own response. 🤔
A technique called reflection has been shown to increase GPT4’s accuracy. Basically ask it ‘Why were you wrong?’ or get it to reflect and review its own response. 🤔

## 🔗 A multi-prompt approach (prompt chaining)

Expand Down Expand Up @@ -114,11 +114,11 @@ Get recommendations to improve any logical or security concerns introduced. It
Review your provided code 'tempFunction' for any logical or security concerns and provide a list of recommendations.
```

### 3. Validate the recommendations (reflexion)
### 3. Validate the recommendations (reflection)

---

Validate the provided recommendations. Reflexion is a powerful technique to improve the accuracy of the initial recommendations and try to eliminate any hallucinations. This is not always required but it is worth asking if you are unsure about any recommendations.
Validate the provided recommendations. Reflection is a powerful technique to improve the accuracy of the initial recommendations and try to eliminate any hallucinations. This is not always required but it is worth asking if you are unsure about any recommendations.

**Prompt:**

Expand Down