Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ gr.ChatInterface(
|
|
167 |
examples=[
|
168 |
["Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
|
169 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
170 |
-
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())",
|
171 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
172 |
["Execute: First 25 Fibbonaci numbers"],
|
173 |
["Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'"]
|
|
|
167 |
examples=[
|
168 |
["Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
|
169 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
170 |
+
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
171 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
172 |
["Execute: First 25 Fibbonaci numbers"],
|
173 |
["Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'"]
|