bstraehle commited on
Commit
e39e54a
·
1 Parent(s): 27be116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -146,13 +146,13 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
146
  <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>
147
  </ul>\n\n
148
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://openai.com/'>OpenAI</a> API with
149
- <a href='""" + WEB_URL + """'><strong>gpt-4</strong></a> foundation model, AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database, and
150
  <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search
151
  (via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit). In addition to the OpenAI API version, see also the
152
  <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API and <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API versions on
153
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>. Speech-to-text (STT) via OpenAI
154
- <a href='https://openai.com/research/whisper'><strong>whisper-1</strong></a> model. Embeddings via OpenAI
155
- <a href='https://openai.com/blog/new-and-improved-embedding-model'><strong>text-embedding-ada-002 model</strong></a>."""
156
 
157
  gr.close_all()
158
  demo = gr.Interface(fn=invoke,
 
146
  <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>
147
  </ul>\n\n
148
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://openai.com/'>OpenAI</a> API with
149
+ <strong><a href='""" + WEB_URL + """'>gpt-4</a></strong> foundation model, AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database, and
150
  <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search
151
  (via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit). In addition to the OpenAI API version, see also the
152
  <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API and <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API versions on
153
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>. Speech-to-text (STT) via OpenAI
154
+ <strong><a href='https://openai.com/research/whisper'>whisper-1</a></strong> model. Embeddings via OpenAI
155
+ <strong><a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002 model</a></strong>."""
156
 
157
  gr.close_all()
158
  demo = gr.Interface(fn=invoke,