bstraehle commited on
Commit
252c2ed
·
1 Parent(s): 4c13268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,9 +81,9 @@ demo = gr.Interface(fn = invoke,
81
  title = "Context-Aware Multimodal Reasoning Application",
82
  description = os.environ["DESCRIPTION"],
83
  examples = [["sk-", RAG_MONGODB, "What are GPT-4's media capabilities in 5 emojis and 1 sentence?"],
84
- ["sk-", RAG_MONGODB, "List GPT-4's exam scores and benchmark results."],
85
  ["sk-", RAG_MONGODB, "Compare GPT-4 to GPT-3.5 in markdown table format."],
86
- ["sk-", RAG_MONGODB, "Write a Python program that calls the GPT-4 API."],
87
  ["sk-", RAG_MONGODB, "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format."],],
88
  cache_examples = False)
89
 
 
81
  title = "Context-Aware Multimodal Reasoning Application",
82
  description = os.environ["DESCRIPTION"],
83
  examples = [["sk-", RAG_MONGODB, "What are GPT-4's media capabilities in 5 emojis and 1 sentence?"],
84
+ ["sk-", RAG_CHROMA, "List GPT-4's exam scores and benchmark results."],
85
  ["sk-", RAG_MONGODB, "Compare GPT-4 to GPT-3.5 in markdown table format."],
86
+ ["sk-", RAG_CHROMA, "Write a Python program that calls the GPT-4 API."],
87
  ["sk-", RAG_MONGODB, "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format."],],
88
  cache_examples = False)
89