Discussing with a Youtube video!
-
Clone the repository
-
Install Docker
-
Get yourself an OpenAI API key
-
Create a bot on discord and get the token
-
Build the app with docker
docker buildx build -t gptube .
-
Run the container
docker run -e OPENAI_API_KEY={your openai API key} -e DISCORD_TOKEN={Your discord bot token} gptube
-
Ask the bot to check a video
By using the command
!set_video {youtube_url}
in the discord server where the bot is installed
- Ask the bot anything about the video
With the emergence of instructional Language Models, there is now the possibility to have personal assistant to have summaries and Question/Answers over material. This includes YouTube videos.
This has been build with OPENAI API and Langchain