hunyuan-t commited on
Commit
32f6abe
·
verified ·
1 Parent(s): 4a7cd39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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.", "", 64, 0.3, 0.9],
80
- ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.", "", 64, 0.3, 0.9],
81
- ["Why has online learning been able to spread rapidly in recent years?", "", 64, 0.3, 0.9],
82
- ["How many 'e' in Deeplearning?", "", 64, 0.3, 0.9],
83
- ["Write a 3-line poem", "", 64, 0.3, 0.9]
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},