From a3a625bd40344f1694effe397f2f458ddea13ad3 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier Date: Tue, 13 Feb 2024 23:54:43 -0500 Subject: [PATCH] added program description --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 7832c3d..f74dffa 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,4 @@ +# ytsum, Youtube Summarizer, a tool to summarize the content of a Youtube video based on its audio, using OpenAI models. import os from openai import OpenAI