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