Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -145,12 +145,13 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
|
|
145 |
<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>
|
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
|
149 |
-
<a href='
|
150 |
<a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search.
|
151 |
-
Speech-to-text (STT) via OpenAI <a href='https://openai.com/research/whisper'>whisper-1</a> model.
|
152 |
-
<a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002 model</a>.
|
153 |
-
<a href='
|
|
|
154 |
<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
|
155 |
<a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
|
156 |
|
|
|
145 |
<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>
|
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, AI-native
|
149 |
+
<a href='https://www.trychroma.com/'>Chroma</a> embedding database, and alternatively
|
150 |
<a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search.
|
151 |
+
Speech-to-text (STT) via OpenAI <a href='https://openai.com/research/whisper'>whisper-1</a> model.
|
152 |
+
Embeddings via OpenAI <a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002 model</a>.
|
153 |
+
Reasoning via OpenAI <a href='""" + WEB_URL + """'>gpt-4</a> model.
|
154 |
+
Implementation via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit. In addition to the OpenAI API version, see also the
|
155 |
<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
|
156 |
<a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
|
157 |
|