mrdavenguyen / Crossword

2 stars 0 forks source link

Integrate Gemini API for clue generation #21

Open mrdavenguyen opened 1 month ago

mrdavenguyen commented 1 month ago

This should utilise the grid.words dictionary inserted into a prompt to produce the output of a dictionary of the same structure, but with clues in place of the words.

Note: I've already basically completed this in a separate file, it just needs to be integrated into the main project.