Spaces:
Build error
Build error
Update app.py
Browse files
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
|
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>,
|