Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,9 +83,9 @@ gr.ChatInterface(
|
|
83 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
84 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
85 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
86 |
-
["Execute: Calculate the first 25 Fibbonaci numbers"],
|
87 |
-
["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
|
88 |
-
["Execute with tools: Get key announcements from latest OpenAI Dev Day and show the web references."]
|
89 |
],
|
90 |
cache_examples=False,
|
91 |
additional_inputs=[
|
|
|
83 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
84 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
85 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
86 |
+
["Execute and show the code: Calculate the first 25 Fibbonaci numbers"],
|
87 |
+
["Execute with tools and show the code: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
|
88 |
+
["Execute with tools and show the code: Get key announcements from latest OpenAI Dev Day and show the web references."]
|
89 |
],
|
90 |
cache_examples=False,
|
91 |
additional_inputs=[
|