bstraehle commited on
Commit
fd1f990
·
1 Parent(s): b8e9e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -101,12 +101,10 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
101
  <li>Experiment with prompts, e.g. "What are GPT-4's media capabilities in 3 emojis and 1 sentence?", "List GPT-4's exam scores and benchmark results.", or "Compare GPT-4 to GPT-3.5 in markdown table format."</li>
102
  <li>Experiment some more, for example "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format." or "Write a Python program that calls the GPT-4 API."</li>
103
  </ul>\n\n
104
- <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API
105
- with <a href='""" + WEB_URL + """'>GPT-4</a> foundation model (via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit) and AI-native
106
- <a href='https://www.trychroma.com/'>Chroma</a> embedding database or
107
- <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a>.
108
- Speech-to-text via <a href='https://openai.com/research/whisper'>Whisper</a>
109
- foundation model."""
110
 
111
  gr.close_all()
112
  demo = gr.Interface(fn=invoke,
 
101
  <li>Experiment with prompts, e.g. "What are GPT-4's media capabilities in 3 emojis and 1 sentence?", "List GPT-4's exam scores and benchmark results.", or "Compare GPT-4 to GPT-3.5 in markdown table format."</li>
102
  <li>Experiment some more, for example "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format." or "Write a Python program that calls the GPT-4 API."</li>
103
  </ul>\n\n
104
+ <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API with
105
+ <a href='""" + WEB_URL + """'>GPT-4</a> foundation model and AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database or
106
+ <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a>
107
+ (via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit)."""
 
 
108
 
109
  gr.close_all()
110
  demo = gr.Interface(fn=invoke,