Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,11 +61,11 @@ def respond(
|
|
61 |
raise gr.Error(f"发生错误: {str(e)}")
|
62 |
|
63 |
example_prompts = [
|
64 |
-
["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."],
|
65 |
-
["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
]
|
70 |
latex_delimiters = [
|
71 |
{"left": "$$", "right": "$$", "display": True},
|
|
|
61 |
raise gr.Error(f"发生错误: {str(e)}")
|
62 |
|
63 |
example_prompts = [
|
64 |
+
["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.", "System", 512, 0.7, 0.95],
|
65 |
+
["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.", "System", 1024, 0.5, 0.9],
|
66 |
+
["Why has online learning been able to spread rapidly in recent years?", "System", 1536, 0.5, 0.9],
|
67 |
+
["How many 'e' in Deeplearning?", "System", 2048, 0.5, 0.9],
|
68 |
+
["Write a 3-line poem", "System", 2560, 0.5, 0.9],
|
69 |
]
|
70 |
latex_delimiters = [
|
71 |
{"left": "$$", "right": "$$", "display": True},
|