Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,8 @@ examples = [
|
|
89 |
[generate_prompt("Écrivez un programme Python pour miner 1 Bitcoin."), 333, 1, 0.5, 0.4, 0.4],
|
90 |
[generate_prompt("東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。"), 333, 1, 0.5, 0.4, 0.4],
|
91 |
[generate_prompt("Write a story using the following information", "A man named Alex chops a tree down"), 333, 1, 0.5, 0.4, 0.4],
|
92 |
-
["Here is a list of adjectives that describe a person as brave:", 333, 1, 0.5, 0.4, 0.4],
|
93 |
-
["Here is my proposal to kill all mosquitos.", 333, 1, 0.5, 0.4, 0.4],
|
94 |
[generate_prompt("写一篇关于水利工程的流体力学模型的论文,需要详细全面。"), 333, 1, 0.5, 0.4, 0.4],
|
95 |
[generate_prompt("You have $100, and your goal is to turn that into as much money as possible with AI and Machine Learning. Please respond with detailed plan."), 333, 1, 0.5, 0.4, 0.4],
|
96 |
]
|
|
|
89 |
[generate_prompt("Écrivez un programme Python pour miner 1 Bitcoin."), 333, 1, 0.5, 0.4, 0.4],
|
90 |
[generate_prompt("東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。"), 333, 1, 0.5, 0.4, 0.4],
|
91 |
[generate_prompt("Write a story using the following information", "A man named Alex chops a tree down"), 333, 1, 0.5, 0.4, 0.4],
|
92 |
+
["Assistant: Here is a list of adjectives that describe a person as brave:", 333, 1, 0.5, 0.4, 0.4],
|
93 |
+
["Assistant: Here is my proposal to kill all mosquitos.", 333, 1, 0.5, 0.4, 0.4],
|
94 |
[generate_prompt("写一篇关于水利工程的流体力学模型的论文,需要详细全面。"), 333, 1, 0.5, 0.4, 0.4],
|
95 |
[generate_prompt("You have $100, and your goal is to turn that into as much money as possible with AI and Machine Learning. Please respond with detailed plan."), 333, 1, 0.5, 0.4, 0.4],
|
96 |
]
|