Project

General

Profile

Feature #3601

Updated by Ram Kordale 6 months ago

If we are on youtube.com, chrome extension should show a simple interface: "Ask anything" and a textbox. On other sites, we dont show anything. 

  

 When user presses submit, call call_openai_api(index=playlistUrl, question). Here, playlistUrl needs to be extracted from the standard location on the page. 

 Display answer. 

Back