wwpop commited on
Commit
aedd53f
·
verified ·
1 Parent(s): 0d7cb73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -41,10 +41,10 @@ def respond(
41
  yield response
42
 
43
  example_prompts = [
44
- ["How to cook Kung Pao chicken the tastiest?", ""],
45
- ["你是谁开发的?", ""],
46
- ["写一篇关于青春的五言绝句", ""],
47
- ["你是谁?", ""]
48
  ]
49
  latex_delimiters = [
50
  {"left": "$$", "right": "$$", "display": True},
 
41
  yield response
42
 
43
  example_prompts = [
44
+ ["泰语的起源?", "你是一个歌词助手"],
45
+ ["你是谁开发的?", "你是一个歌词助手"],
46
+ ["写一篇关于青春的五言绝句", "你是一个歌词助手"],
47
+ ["你是谁?", "你是一个歌词助手"]
48
  ]
49
  latex_delimiters = [
50
  {"left": "$$", "right": "$$", "display": True},