issues
search
jimthompson5802
/
wordle_solver
Testbed for GPT4 based Wordle Solver Virtual Assistant
MIT License
0
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
re-run experiment after prompt refactoring
#58
jimthompson5802
closed
10 months ago
0
re-run 10 word/10 trial experiment to test new prompt
#57
jimthompson5802
closed
10 months ago
0
Add present letter prompt to WordListGeneratorLLM and re-run 100 word experiment
#56
jimthompson5802
closed
10 months ago
0
refactor prompt to account for letters in the word but wrong location.
#55
jimthompson5802
closed
10 months ago
0
Multiple python GitHub action
#54
jimthompson5802
closed
10 months ago
0
Remove unnecessary blank line in wordle_solver.py
#53
jimthompson5802
closed
10 months ago
0
Test run gh action
#52
jimthompson5802
closed
10 months ago
0
Add GitHub Actions workflow to run unit tests on push of commits
#51
jimthompson5802
closed
10 months ago
0
Update file paths for trace data and dump files
#50
jimthompson5802
closed
10 months ago
0
Add module level fixture for word file and update tests
#49
jimthompson5802
closed
10 months ago
0
allow specificaiton of directory to output wordle solver prompt and llm_response files
#48
jimthompson5802
closed
10 months ago
0
pytest fixture to setup a 5-letter word file to use in testing
#47
jimthompson5802
closed
10 months ago
0
Alternative max size
#46
jimthompson5802
closed
10 months ago
0
Assess performance wiht max_size 15, 25, 50
#45
jimthompson5802
closed
10 months ago
0
test initial word 'reast' for llm
#44
jimthompson5802
closed
10 months ago
0
refactor llm_solver_nyt.py to separate out UI vs interacting with LLM
#43
jimthompson5802
opened
10 months ago
0
Parameterize for specifying location of the OpenAI API JSON file for the OpenAIInterace class
#42
jimthompson5802
closed
10 months ago
0
Experiment 100 words llm only
#41
jimthompson5802
closed
10 months ago
0
Refactor readme doc
#40
jimthompson5802
closed
10 months ago
0
Add first_word argument to main function
#39
jimthompson5802
closed
10 months ago
0
add option --first_word to random_solver.py
#38
jimthompson5802
closed
10 months ago
0
refactor top-level README.md
#37
jimthompson5802
closed
10 months ago
0
Add first_word argument to main function
#36
jimthompson5802
closed
10 months ago
0
Add option to specify first word for llm_solver.
#35
jimthompson5802
closed
10 months ago
0
Experiment V2 100 words, single trial LLM vs Random
#34
jimthompson5802
closed
10 months ago
0
Add recommendation explanation to print statement
#33
jimthompson5802
closed
10 months ago
0
NYT wordle solver add explanation for the recommended word.
#32
jimthompson5802
closed
10 months ago
0
Update CANIDATE_FIRST_WORD_LIST in llm_solver_nyt.py
#31
jimthompson5802
closed
10 months ago
0
Modify NYT solver to use as "trace" as the initial word.
#30
jimthompson5802
closed
10 months ago
0
Experiment random vs llm
#29
jimthompson5802
closed
10 months ago
0
Refactor candidate_words file dumping in WordListGeneratorRandom
#28
jimthompson5802
closed
10 months ago
0
fix error in updating candidate words
#27
jimthompson5802
closed
10 months ago
0
Add cli argument support for random solver
#26
jimthompson5802
closed
10 months ago
0
Update file write format for LLM response
#25
jimthompson5802
closed
10 months ago
0
Do code clean up
#24
jimthompson5802
closed
10 months ago
0
Prompt simplification
#23
jimthompson5802
closed
10 months ago
0
Explanation in prompt does not make sense
#22
jimthompson5802
closed
10 months ago
1
Remove unused import statement
#21
jimthompson5802
closed
10 months ago
0
Add random selection of first word from candidate list
#20
jimthompson5802
closed
10 months ago
0
record guessed word and wordle response in saved prompt file
#19
jimthompson5802
closed
10 months ago
1
Prompt not appears not to work account for the letters in the word but not in the correction position
#18
jimthompson5802
closed
10 months ago
1
Add support to choose first word from list of first words
#17
jimthompson5802
closed
10 months ago
0
Intermittent error where no word is chosen from a list of one
#16
jimthompson5802
opened
10 months ago
0
Test ChatGPT suggested prompts
#15
jimthompson5802
closed
10 months ago
2
Support reproducible test runs
#14
jimthompson5802
opened
10 months ago
0
Research if information theory can improve performance
#13
jimthompson5802
opened
10 months ago
0
Refactor wordle_solver.py to improve prompt generation
#12
jimthompson5802
closed
10 months ago
0
Test alternative prompt constructions
#11
jimthompson5802
closed
10 months ago
0
add mocks to llm based unit tests
#10
jimthompson5802
closed
10 months ago
1
add github action for ci that runs unit tests
#9
jimthompson5802
closed
10 months ago
1
Next