Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,11 +76,11 @@ def respond(
|
|
76 |
raise gr.Error(f"发生错误: {str(e)}")
|
77 |
|
78 |
example_prompts = [
|
79 |
-
["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.", "",
|
80 |
-
["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.", "",
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
]
|
85 |
latex_delimiters = [
|
86 |
{"left": "$$", "right": "$$", "display": True},
|
|
|
76 |
raise gr.Error(f"发生错误: {str(e)}")
|
77 |
|
78 |
example_prompts = [
|
79 |
+
["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],
|
80 |
+
["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],
|
81 |
+
["Why has online learning been able to spread rapidly in recent years?", "System", 1536, 0.5, 0.9],
|
82 |
+
["How many 'e' in Deeplearning?", "System", 2048, 0.5, 0.9],
|
83 |
+
["Write a 3-line poem", "System", 2560, 0.5, 0.9],
|
84 |
]
|
85 |
latex_delimiters = [
|
86 |
{"left": "$$", "right": "$$", "display": True},
|