bstraehle commited on
Commit
fe3245d
·
1 Parent(s): c4a8df4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
149
  <a href='""" + WEB_URL + """'>GPT-4</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).\n\n
152
- In addition to this OpenAI API version, see also the Amazon Bedrock API and Google Vertex AI API versions on <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
153
 
154
  gr.close_all()
155
  demo = gr.Interface(fn=invoke,
 
149
  <a href='""" + WEB_URL + """'>GPT-4</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).\n\n
152
+ In addition to this OpenAI version, see also the Amazon Bedrock and Google Vertex AI versions on <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
153
 
154
  gr.close_all()
155
  demo = gr.Interface(fn=invoke,