jimthompson5802 / wordle_solver

Testbed for GPT4 based Wordle Solver Virtual Assistant
MIT License
0 stars 1 forks source link

Add present letter prompt to WordListGeneratorLLM and re-run 100 word experiment #56

Closed jimthompson5802 closed 10 months ago

jimthompson5802 commented 10 months ago

Close #55

Updated prompt to include instructions like this

Select word that contains 'r', 'e'

Effect of adding the above instruction to the prompt.

Before refactoring the prompt

image image image

After refactoring the prompt.

image image image

Example refactored prompt:

Solve the puzzle by guessing a five-letter word using these clues.

Select word that contains 'r', 'e'

If there is only one word that meets the above criteria, select that word.

On the other hand if more than one word meets the criteria or no words meet the criteria, select the word that is more common.

Provide step-by-step instructions for how you arrived at the selected word. When writing the instructions, do not list words. Return only a json structure with the key 'recommendation' for the recommended word and 'explanation' for your explantion.
List of candidate words:
fears
gears
hears
kearn
nears
rearm
rears
sears
seary
wears
weary
yeara
yearn
years