bstraehle commited on
Commit
117a454
·
verified ·
1 Parent(s): ae32874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -78,13 +78,13 @@ gr.ChatInterface(
78
  retry_btn=None,
79
  undo_btn=None,
80
  examples=[
81
- ["Generate: Code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
82
- ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
83
- ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
84
- ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
85
- ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code."],
86
- ["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."],
87
- ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
88
  ],
89
  cache_examples=False,
90
  additional_inputs=[
 
78
  retry_btn=None,
79
  undo_btn=None,
80
  examples=[
81
+ ["Generate: Code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA", "TODO"],
82
+ ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\"", "TODO"],
83
+ ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())", "TODO"],
84
+ ["Optimize: x = []; for i in range(0, 10000): x.append(i)", "TODO"],
85
+ ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code.", "TODO"],
86
+ ["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.", "TODO"],
87
+ ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references.", "TODO"]
88
  ],
89
  cache_examples=False,
90
  additional_inputs=[