ChatGPT Dictionary
Word-Guru and ChatGPT Dictionary
I've decided to make the ChatGPT dictionary a module of the word-guru package.
Language specific prompts
I am sticking with English prompts at this point. But I have the impression that language-specific prompts are more reliable to produce answers in the prompt language. This needs more time and experiments to be confirmed, though.
Feature limitations
In the first version I plan to give simple answers. For example, the get-definition will not
give the part-of-speech tag neither synonymes, examples and other relevant data that we may
find in a dictionary.
The idea is to have a well defined function per api method. Later, if we want to give
more complete responses, we can create a get-complete-definition method that will
gather information from all the other API methods and then create this more complete
response.