Task #3060
Feature #3024: extension 0.92.20 & 0.93: Enable OpenAI answers
Feature #3061: Backend requirements
BE-0.92.20: Enable API for the openAI answers.
Description
- Add the API for the openAI Answers
- Fetch the OpenAI Answer Key from the datastore('OpenAIAnswerConfig'). Decrypt the KEY based on AES Decryption. Use it for the OPENAI API call instead of using it from the hardcoded properties file.
- if (api key is present) make call to openai and return the response else send 512 words of Lorem ipsum content
Updated by Ayush Khandelwal over 1 year ago
- Subject changed from Enable API for the openAI answers. to BE-0.92.20: Enable API for the openAI answers.
- Status changed from New to In Progress
Updated by Ayush Khandelwal over 1 year ago
- Description updated (diff)
- Due date changed from 06/07/2023 to 06/08/2023
- Status changed from In Progress to New
Updated by Ayush Khandelwal over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 30 to 100
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Resolved to Feedback
Working as expected