Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ gr.ChatInterface(
|
|
140 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
141 |
["Execute: First 25 Fibbonaci numbers"],
|
142 |
["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
|
143 |
-
["Execute with tools: Get key announcements from
|
144 |
],
|
145 |
cache_examples=False,
|
146 |
).launch()
|
|
|
140 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
141 |
["Execute: First 25 Fibbonaci numbers"],
|
142 |
["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
|
143 |
+
["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
|
144 |
],
|
145 |
cache_examples=False,
|
146 |
).launch()
|