Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,8 @@ gr.ChatInterface(
|
|
75 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
76 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
77 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
78 |
-
["Execute
|
79 |
-
["Execute with tools
|
80 |
["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
|
81 |
],
|
82 |
cache_examples=True,
|
|
|
75 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
76 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
77 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
78 |
+
["1. Execute: First 25 Fibbonaci numbers. 2. Show the code."],
|
79 |
+
["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."],
|
80 |
["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
|
81 |
],
|
82 |
cache_examples=True,
|