bstraehle commited on
Commit
b34cc96
·
1 Parent(s): c648de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +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 structured/unstructured private/public
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>.
 
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 private/public structured/unstructured
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>.