Task #3072
Updated by Ayush Khandelwal over 1 year ago
When user accesses a [[https://www.youtube.com/watch?v=_uQrJ0TkZlc]] that we have not processed, they get the 'Unfortunately, our AI has not...demand' message. Under this, lets add 'Want to get an answer from ChatGPT?' Show chatgpt Add the ChatGPT icon to the left of the above dialogue. Add the submit button for 'yes'. If user clicks on 'yes' button, make the getOpenAIanswer api call to our server and show the response. Under the answer, show the "Type phrase e.g. nested list & Press enter". Same like the one we have when video is processed. However, replace 'magnifying glass icon' with chatgpt icon. If user search for a term in the search and press the enter button then make the getOpenAIanswer api call to our server with the search term and show the response. Under the answer response, show the above "Type phrase ... Press enter".