Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ description = """<strong>Overview:</strong> Context-aware multimodal reasoning a
|
|
175 |
<strong>Speech-to-text</strong> via <a href='https://openai.com/research/whisper'>whisper-1</a> model, <strong>text embedding</strong> via
|
176 |
<a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002</a> model, and <strong>text generation</strong> via
|
177 |
<a href='""" + WEB_URL + """'>gpt-4</a> model. Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit.
|
178 |
-
RAG evaluation via <a href='https://wandb.ai/bstraehle
|
179 |
|
180 |
gr.close_all()
|
181 |
demo = gr.Interface(fn=invoke,
|
|
|
175 |
<strong>Speech-to-text</strong> via <a href='https://openai.com/research/whisper'>whisper-1</a> model, <strong>text embedding</strong> via
|
176 |
<a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002</a> model, and <strong>text generation</strong> via
|
177 |
<a href='""" + WEB_URL + """'>gpt-4</a> model. Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit.
|
178 |
+
RAG evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
|
179 |
|
180 |
gr.close_all()
|
181 |
demo = gr.Interface(fn=invoke,
|