bstraehle commited on
Commit
621d4dd
·
1 Parent(s): 14e92f6

Update app.py

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