Project

General

Profile

Task #3063

Updated by Ayush Khandelwal over 1 year ago

- 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.

Back