You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,11 @@ YouTubeGPT lets you **summarize and chat (Q&A)** with YouTube videos. Its featur
10
10
11
11
-**provide a custom prompt for summaries**:writing_hand:[**VIEW DEMO**](https://youtu.be/rJqx3qvebws)
12
12
- you can tailor the summary to your needs by providing a custom prompt or just use the default summarization
13
-
-**automatically save summaries**:open_file_folder:
14
-
- the summaries can be automatically saved in the directory where you run the app. The summaries will be available under `<YT-channel-name>/<video-title>.md`
15
13
-**get answers to questions about the video content**:question:[**VIEW DEMO**](https://youtu.be/rI8NogvHplE)
16
14
- part of the application is designed and optimized specifically for question answering tasks (Q&A)
17
-
-**create your own knowledge base**:floppy_disk:
18
-
- once a video is processed, you can chat with it at any time!
15
+
-**create your own library/knowledge base**:open_file_folder:
16
+
- the summaries and answers can be saved to a library accessible at a separate page!
17
+
- additionally, summaries can be automatically saved in the directory where you run the app. The summaries will be available under `<YT-channel-name>/<video-title>.md`
19
18
-**choose from different OpenAI models**:robot:
20
19
- currently available: gpt-3.5-turbo, gpt-4 (turbo), gpt-4o (mini)
21
20
- by choosing a different model, you can summarize even longer videos and potentially get better responses
0 commit comments