bstraehle commited on
Commit
9b5a19c
·
1 Parent(s): b5461e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -145,9 +145,9 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
145
  <ol>
146
  <li>What are GPT-4's media capabilities in 5 emojis and 1 sentence?</li>
147
  <li>List GPT-4's exam scores and benchmark results.</li>
148
- <li>Compare GPT-4 to GPT-3.5 in markdown table format."</li>
149
  <li>What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format.</li>
150
- <li>Write a Python program that calls the GPT-4 API."</li>
151
  </ol>
152
  </ul>\n\n
153
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://openai.com/'>OpenAI</a> API and
@@ -155,7 +155,7 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
155
  <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search.
156
  <strong>Speech-to-text</strong> via <a href='https://openai.com/research/whisper'>whisper-1</a> model, <strong>text embedding</strong> via
157
  <a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002</a> model, and <strong>text generation</strong> via
158
- <a href='""" + WEB_URL + """'>gpt-4</a> model. Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit.\n\n
159
  In addition to the OpenAI API version, see also the <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API and
160
  <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API versions on
161
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
 
145
  <ol>
146
  <li>What are GPT-4's media capabilities in 5 emojis and 1 sentence?</li>
147
  <li>List GPT-4's exam scores and benchmark results.</li>
148
+ <li>Compare GPT-4 to GPT-3.5 in markdown table format.</li>
149
  <li>What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format.</li>
150
+ <li>Write a Python program that calls the GPT-4 API.</li>
151
  </ol>
152
  </ul>\n\n
153
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://openai.com/'>OpenAI</a> API and
 
155
  <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search.
156
  <strong>Speech-to-text</strong> via <a href='https://openai.com/research/whisper'>whisper-1</a> model, <strong>text embedding</strong> via
157
  <a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002</a> model, and <strong>text generation</strong> via
158
+ <a href='""" + WEB_URL + """'>gpt-4</a> model. Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit.
159
  In addition to the OpenAI API version, see also the <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API and
160
  <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API versions on
161
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""