File size: 590 Bytes
486eff6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # cross-words
- [x] tell claude it is stupid
- [x] remove use_ai flag. always use AI. that was the plan
- [ ] in the initialize function of vector search service log all config parameters. some config items are missing
- [x] add filename line number to logs
- [ ] make difficulty to tier mapping separate, configurable
- [x] remove use_ai from frontend
- [x] add more topics to choose
- [ ] how to dynamically generate topics
- [x] enable the difficulty chooser in frontend
- [ ] let backend return multiple set of words and frontend use it one by one till crossword generation is success
|