Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,6 @@ gr.ChatInterface(
|
|
84 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
85 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
86 |
["First, execute: Calculate the first 25 Fibbonaci numbers. Second, show the code."],
|
87 |
-
["First, execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". Second, show the code."],
|
88 |
["First, execute with tools: Get key announcements from latest OpenAI Dev Day. Second, show the web references."]
|
89 |
],
|
90 |
cache_examples=False,
|
|
|
84 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
85 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
86 |
["First, execute: Calculate the first 25 Fibbonaci numbers. Second, show the code."],
|
|
|
87 |
["First, execute with tools: Get key announcements from latest OpenAI Dev Day. Second, show the web references."]
|
88 |
],
|
89 |
cache_examples=False,
|