Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def invoke(openai_api_key, youtube_url, prompt):
|
|
25 |
return retrieval
|
26 |
|
27 |
description = """The app demonstrates how to use a Large Language Model (LLM) with Retrieval Augmented Generation (RAG) on external data.\n\n
|
28 |
-
Enter an OpenAI API key, YouTube URL, and prompt
|
29 |
<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
|
30 |
with <a href='https://openai.com/research/whisper'>Whisper</a> foundation model (for speech to text generation)
|
31 |
and <a href='https://openai.com/research/gpt-4'>GPT-4</a> foundation model (for LLM use cases)
|
|
|
25 |
return retrieval
|
26 |
|
27 |
description = """The app demonstrates how to use a Large Language Model (LLM) with Retrieval Augmented Generation (RAG) on external data.\n\n
|
28 |
+
Enter an OpenAI API key, YouTube URL, and prompt - search the video, analyse the sentiment, summarize it, translate it, etc.\n\n
|
29 |
<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
|
30 |
with <a href='https://openai.com/research/whisper'>Whisper</a> foundation model (for speech to text generation)
|
31 |
and <a href='https://openai.com/research/gpt-4'>GPT-4</a> foundation model (for LLM use cases)
|