Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def invoke(openai_api_key, youtube_url, prompt):
|
|
26 |
#####
|
27 |
return content
|
28 |
|
29 |
-
description = """The app demonstrates how to use a Large Language Model (LLM) with Retrieval Augmented Generation (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.
|
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
|
|
|
26 |
#####
|
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.
|
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
|