bstraehle commited on
Commit
79b9a98
·
1 Parent(s): d715a02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,8 +134,8 @@ def invoke(openai_api_key, rag_option, prompt):
134
  raise gr.Error(e)
135
  return result
136
 
137
- description = """<strong>Overview:</strong> Reasoning application that demonstrates a <strong>large language model (LLM)</strong> with
138
- <strong>retrieval augmented generation (RAG)</strong> on <strong>external data</strong>.\n\n
139
  <strong>Instructions:</strong> Enter an OpenAI API key and perform text generation use cases on <a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>,
140
  <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>web</a> data published after LLM knowledge cutoff (example: GPT-4 data).
141
  <ul style="list-style-type:square;">
 
134
  raise gr.Error(e)
135
  return result
136
 
137
+ description = """<strong>Overview:</strong> Context-aware multimodal reasoning application that demonstrates a <strong>large language model (LLM)</strong> with
138
+ <strong>retrieval augmented generation (RAG)</strong>.\n\n
139
  <strong>Instructions:</strong> Enter an OpenAI API key and perform text generation use cases on <a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>,
140
  <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>web</a> data published after LLM knowledge cutoff (example: GPT-4 data).
141
  <ul style="list-style-type:square;">