Feature #3061
Updated by Ram Kordale over 1 year ago
[No need for a java library to access OpenAI. Using the https endpoint is sufficient.]
Let the api do the following:
if (api key is present) make call to openai and return the response
else send 512 words of Lorem ipsum content
In the settings page, allow to set the api key. Encrypt the key and store in the datastore. While using, decrypt and use in the call.