Feature #3061
Feature #3024: extension 0.92.20 & 0.93: Enable OpenAI answers
Backend requirements
Start date:
06/07/2023
Due date:
07/03/2023
% Done:
100%
Estimated time:
(Total: 11.50 h)
Spent time:
(Total: 18.50 h)
Description
[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.
Subtasks