bstraehle commited on
Commit
e61c6b3
·
1 Parent(s): f5c95d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,9 +98,9 @@ demo = gr.Interface(
98
  title = "Context-Aware Reasoning Application",
99
  description = os.environ["DESCRIPTION"],
100
  examples = [["", "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", RAG_LANGCHAIN],
101
- ["", "List GPT-4's exam scores and benchmark results.", RAG_LANGCHAIN],
102
  ["", "Compare GPT-4 to GPT-3.5 in markdown table format.", RAG_LANGCHAIN],
103
- ["", "Write a Python program that calls the GPT-4 API.", RAG_LANGCHAIN],
104
  ["", "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format.", RAG_LANGCHAIN]],
105
  cache_examples = False)
106
 
 
98
  title = "Context-Aware Reasoning Application",
99
  description = os.environ["DESCRIPTION"],
100
  examples = [["", "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", RAG_LANGCHAIN],
101
+ ["", "List GPT-4's exam scores and benchmark results.", RAG_LLAMAINDEX],
102
  ["", "Compare GPT-4 to GPT-3.5 in markdown table format.", RAG_LANGCHAIN],
103
+ ["", "Write a Python program that calls the GPT-4 API.", RAG_LLAMAINDEX],
104
  ["", "What is the GPT-4 API's cost and rate limit? Answer in English, Arabic, Chinese, Hindi, and Russian in JSON format.", RAG_LANGCHAIN]],
105
  cache_examples = False)
106