Task #3063
Feature #3024: extension 0.92.20 & 0.93: Enable OpenAI answers
Feature #3061: Backend requirements
BE-0.92.20: Add OpenAI Config settings.
Description
- Add OpenAI Configuration setting on the setting page. (OpenAIAnswerConfig)
- Add one input box & the 'Set' button. This field is for setting the Key to the datastore. This is for saving the 'openAIAnswerKey' in the datastore. This will be a type of String.
- Also, add one toggle button. This is for saving the 'isOpenAIAnswerSupported'. This will be the boolean value. By default, this will be false.
NOTE: Store the KEY in the encrypted format using AES Encryption. Only allowed for admin users.
Updated by Ayush Khandelwal over 1 year ago
- Description updated (diff)
- Assignee deleted (
Venmuhilan B)
Updated by Ayush Khandelwal over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
Updated by Ayush Khandelwal over 1 year ago
- Description updated (diff)
- Status changed from Resolved to Feedback
Working as expected