croiseur-clue-openai-plugin
is a clue provider based
on OpenAI's ChatGPT.
This plugin requires a network access: It makes requests to OpenAI's web API.
Only words to define are sent through the API; no personal data is sent.
In order for the plugin to work, a valid OpenAI API access key must be provided. The plugin reads
the access key from the environment variable OPENAI_API_KEY
. Refer
to the OpenAI documentation for how
to create an access key.