bstraehle commited on
Commit
dcd035c
·
1 Parent(s): 5df72c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def invoke(openai_api_key, rag_option, prompt):
153
  wandb_log(prompt, completion, rag_option)
154
  return result
155
 
156
- description = """<strong>Overview:</strong> Context-aware multimodal reasoning application that demonstrates a <strong>large language model (LLM)</strong> with
157
  <strong>retrieval augmented generation (RAG)</strong>.
158
  See the <a href='https://huggingface.co/spaces/bstraehle/openai-llm-rag/blob/main/openai-llm-rag.png'>architecture diagram</a>.\n\n
159
  <strong>Instructions:</strong> Enter an OpenAI API key and perform text generation use cases on <a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>,
 
153
  wandb_log(prompt, completion, rag_option)
154
  return result
155
 
156
+ description = """<strong>Overview:</strong> Context-aware multimodal reasoning application using a <strong>large language model (LLM)</strong> with
157
  <strong>retrieval augmented generation (RAG)</strong>.
158
  See the <a href='https://huggingface.co/spaces/bstraehle/openai-llm-rag/blob/main/openai-llm-rag.png'>architecture diagram</a>.\n\n
159
  <strong>Instructions:</strong> Enter an OpenAI API key and perform text generation use cases on <a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>,