Remove bad example
Browse files
app.py
CHANGED
@@ -65,7 +65,6 @@ MSG_CLIPPED_AT_MAX_OUT_TOKENS = "Reached maximum output tokens for DBRX Playgrou
|
|
65 |
|
66 |
EXAMPLE_PROMPTS = [
|
67 |
"Write a short story about a robot that has a nice day.",
|
68 |
-
"Explain how a candle works to a 6 year old in a few sentences.",
|
69 |
"In a table, what are some of the most common misconceptions about birds?",
|
70 |
"Give me a recipe for vegan banana bread.",
|
71 |
"Code a python function that can run merge sort on a list.",
|
|
|
65 |
|
66 |
EXAMPLE_PROMPTS = [
|
67 |
"Write a short story about a robot that has a nice day.",
|
|
|
68 |
"In a table, what are some of the most common misconceptions about birds?",
|
69 |
"Give me a recipe for vegan banana bread.",
|
70 |
"Code a python function that can run merge sort on a list.",
|