Project

General

Profile

Task #3060

Updated by Ayush Khandelwal over 1 year ago

# 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

Back