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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/openai-llm-rag/reports/OpenAI-LLM-RAG--Vmlldzo2Mjg0NzY1'>Weights & Biases</a>."""
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,