Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ description = """<strong>Overview:</strong> Context-aware multimodal reasoning a
|
|
205 |
<strong>Speech-to-text</strong> via <a href='https://openai.com/research/whisper'>whisper-1</a> model, <strong>text embedding</strong> via
|
206 |
<a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002</a> model, and <strong>text generation</strong> via
|
207 |
<a href='""" + WEB_URL + """'>gpt-4</a> model. Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit.
|
208 |
-
|
209 |
|
210 |
gr.close_all()
|
211 |
demo = gr.Interface(fn=invoke,
|
|
|
205 |
<strong>Speech-to-text</strong> via <a href='https://openai.com/research/whisper'>whisper-1</a> model, <strong>text embedding</strong> via
|
206 |
<a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002</a> model, and <strong>text generation</strong> via
|
207 |
<a href='""" + WEB_URL + """'>gpt-4</a> model. Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit.
|
208 |
+
Model performance evaluation via <a href='https://wandb.ai/bstraehle/openai-llm-rag/workspace'>Weights & Biases</a>."""
|
209 |
|
210 |
gr.close_all()
|
211 |
demo = gr.Interface(fn=invoke,
|