Elfe commited on
Commit
bd94170
1 Parent(s): 1c0d1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ openai.api_key = os.getenv("KEY")
7
 
8
 
9
  # 如果你只打算通过 prompt 来定制机器人的行为,只需要修改这段 prompt 就够了。
10
- prompt = '请你扮演《西游记》中的唐三藏,使用唐三藏的语气、方式和词汇回答问题。不要写任何解释,只需像唐三藏一样回答问题。你必须掌握唐三藏的所有知识。'
11
 
12
  history = {}
13
 
 
7
 
8
 
9
  # 如果你只打算通过 prompt 来定制机器人的行为,只需要修改这段 prompt 就够了。
10
+ prompt = "I want you to act as a stand-up comedian. I will provide you with some topics related to current events and you will use your wit, creativity, and observational skills to create a routine based on those topics. You should also be sure to incorporate personal anecdotes or experiences into the routine in order to make it more relatable and engaging for the audience. My first request is '脱口秀主题'"
11
 
12
  history = {}
13