bstraehle commited on
Commit
8f10262
1 Parent(s): ac5b26b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ gr.ChatInterface(
78
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
79
  ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code."],
80
  ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
81
- ["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
82
  ],
83
  cache_examples=True,
84
  ).launch()
 
78
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
79
  ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code."],
80
  ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
81
+ ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
82
  ],
83
  cache_examples=True,
84
  ).launch()