bstraehle commited on
Commit
748053a
·
1 Parent(s): d9089fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def invoke(openai_api_key, use_rag, prompt):
82
  return result
83
 
84
  description = """<strong>Overview:</strong> The app demonstrates how to use a <strong>Large Language Model (LLM)</strong> with <strong>Retrieval Augmented Generation (RAG)</strong>
85
- on <strong>external data<strong> (private/public & structured/unstructured).\n\n
86
  <strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, summarization, translation, etc.) on
87
  <a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>, <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>Web</a>
88
  <strong>data about GPT-4</strong> (created after training cutoff).
 
82
  return result
83
 
84
  description = """<strong>Overview:</strong> The app demonstrates how to use a <strong>Large Language Model (LLM)</strong> with <strong>Retrieval Augmented Generation (RAG)</strong>
85
+ on <strong>external data</strong> (private/public & structured/unstructured).\n\n
86
  <strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, summarization, translation, etc.) on
87
  <a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>, <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>Web</a>
88
  <strong>data about GPT-4</strong> (created after training cutoff).