bstraehle commited on
Commit
66dc48d
·
verified ·
1 Parent(s): ad0b09a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ demo = gr.Interface(
94
  outputs = [gr.Markdown(label = "Completion", value = os.environ["OUTPUT"])],
95
  title = "Context-Aware Reasoning Application",
96
  description = os.environ["DESCRIPTION"],
97
- examples = [["sk-<BringYourOwn>", "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", RAG_LLAMAINDEX, ""],
98
  ["sk-<BringYourOwn>", "List GPT-4's exam scores and benchmark results.", RAG_LANGCHAIN, ""],
99
  ["sk-<BringYourOwn>", "Compare GPT-4 to GPT-3.5 in markdown table format.", RAG_LLAMAINDEX, ""],
100
  ["sk-<BringYourOwn>", "Write a Python program that calls the GPT-4 API.", RAG_LANGCHAIN, ""],
 
94
  outputs = [gr.Markdown(label = "Completion", value = os.environ["OUTPUT"])],
95
  title = "Context-Aware Reasoning Application",
96
  description = os.environ["DESCRIPTION"],
97
+ examples = [["sk-<BringYourOwn>", "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", RAG_LLAMAINDEX, "."],
98
  ["sk-<BringYourOwn>", "List GPT-4's exam scores and benchmark results.", RAG_LANGCHAIN, ""],
99
  ["sk-<BringYourOwn>", "Compare GPT-4 to GPT-3.5 in markdown table format.", RAG_LLAMAINDEX, ""],
100
  ["sk-<BringYourOwn>", "Write a Python program that calls the GPT-4 API.", RAG_LANGCHAIN, ""],