Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,7 @@ def invoke(openai_api_key, use_rag, prompt):
|
|
64 |
return result
|
65 |
|
66 |
description = """<strong>Overview:</strong> The app demonstrates how to use a Large Language Model (LLM) with Retrieval Augmented Generation (RAG) on external data
|
67 |
-
(in this case a YouTube video, but it could be PDFs, URLs, or other
|
68 |
-
<a href='https://raw.githubusercontent.com/bstraehle/ai-ml-dl/c38b224c196fc984aab6b6cc6bdc666f8f4fbcff/langchain/document-loaders.png'>data sources</a>).\n\n
|
69 |
<strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, sentiment analysis, summarization, translation, etc.) on
|
70 |
a <a href='https://www.youtube.com/watch?v=--khbXchTeE'>short video of GPT-4</a>.
|
71 |
<ul style="list-style-type:square;">
|
|
|
64 |
return result
|
65 |
|
66 |
description = """<strong>Overview:</strong> The app demonstrates how to use a Large Language Model (LLM) with Retrieval Augmented Generation (RAG) on external data
|
67 |
+
(in this case a YouTube video, but it could be PDFs, URLs, or other <a href='https://raw.githubusercontent.com/bstraehle/ai-ml-dl/c38b224c196fc984aab6b6cc6bdc666f8f4fbcff/langchain/document-loaders.png'>data sources</a>).\n\n
|
|
|
68 |
<strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, sentiment analysis, summarization, translation, etc.) on
|
69 |
a <a href='https://www.youtube.com/watch?v=--khbXchTeE'>short video of GPT-4</a>.
|
70 |
<ul style="list-style-type:square;">
|