Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,6 @@ def respond(
|
|
| 79 |
example_prompts = [
|
| 80 |
[
|
| 81 |
"Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern.",
|
| 82 |
-
[],
|
| 83 |
"System",
|
| 84 |
256,
|
| 85 |
0.8,
|
|
@@ -87,7 +86,6 @@ example_prompts = [
|
|
| 87 |
],
|
| 88 |
[
|
| 89 |
"Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.",
|
| 90 |
-
[],
|
| 91 |
"System",
|
| 92 |
128,
|
| 93 |
0.3,
|
|
@@ -95,7 +93,6 @@ example_prompts = [
|
|
| 95 |
],
|
| 96 |
[
|
| 97 |
"Why has online learning been able to spread rapidly in recent years?",
|
| 98 |
-
[],
|
| 99 |
"System",
|
| 100 |
64,
|
| 101 |
0.1,
|
|
@@ -103,7 +100,6 @@ example_prompts = [
|
|
| 103 |
],
|
| 104 |
[
|
| 105 |
"How many 'e' in Deeplearning?",
|
| 106 |
-
[],
|
| 107 |
"System",
|
| 108 |
512,
|
| 109 |
1.2,
|
|
@@ -111,7 +107,6 @@ example_prompts = [
|
|
| 111 |
],
|
| 112 |
[
|
| 113 |
"Write a 3-line poem",
|
| 114 |
-
[],
|
| 115 |
"System",
|
| 116 |
384,
|
| 117 |
0.6,
|
|
|
|
| 79 |
example_prompts = [
|
| 80 |
[
|
| 81 |
"Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern.",
|
|
|
|
| 82 |
"System",
|
| 83 |
256,
|
| 84 |
0.8,
|
|
|
|
| 86 |
],
|
| 87 |
[
|
| 88 |
"Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.",
|
|
|
|
| 89 |
"System",
|
| 90 |
128,
|
| 91 |
0.3,
|
|
|
|
| 93 |
],
|
| 94 |
[
|
| 95 |
"Why has online learning been able to spread rapidly in recent years?",
|
|
|
|
| 96 |
"System",
|
| 97 |
64,
|
| 98 |
0.1,
|
|
|
|
| 100 |
],
|
| 101 |
[
|
| 102 |
"How many 'e' in Deeplearning?",
|
|
|
|
| 103 |
"System",
|
| 104 |
512,
|
| 105 |
1.2,
|
|
|
|
| 107 |
],
|
| 108 |
[
|
| 109 |
"Write a 3-line poem",
|
|
|
|
| 110 |
"System",
|
| 111 |
384,
|
| 112 |
0.6,
|