Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def evaluate(
|
|
88 |
yield out_str.strip()
|
89 |
|
90 |
examples = [
|
91 |
-
["
|
92 |
["Write a python function to mine 1 BTC, with details and comments.", "", 300, 1.2, 0.5, 0.4, 0.4],
|
93 |
["Write a song about ravens.", "", 300, 1.2, 0.5, 0.4, 0.4],
|
94 |
["Explain the following metaphor: Life is like cats.", "", 300, 1.2, 0.5, 0.4, 0.4],
|
|
|
88 |
yield out_str.strip()
|
89 |
|
90 |
examples = [
|
91 |
+
["東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。", "", 300, 1.2, 0.5, 0.4, 0.4],
|
92 |
["Write a python function to mine 1 BTC, with details and comments.", "", 300, 1.2, 0.5, 0.4, 0.4],
|
93 |
["Write a song about ravens.", "", 300, 1.2, 0.5, 0.4, 0.4],
|
94 |
["Explain the following metaphor: Life is like cats.", "", 300, 1.2, 0.5, 0.4, 0.4],
|