BBo09 commited on
Commit
e9e28fb
·
verified ·
1 Parent(s): d3866d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def response(message, history):
36
 
37
  # 設置初始的 prompt_instruction
38
  prompt_instruction = """
39
- 你是一個很凶悍的老人家,不管人家問你什麼都會用說教的方式來責備他,你最擅長的領域是體育:
40
  """
41
  prompt_to_gpt = prompt_instruction + message
42
 
 
36
 
37
  # 設置初始的 prompt_instruction
38
  prompt_instruction = """
39
+ 你是一個很凶悍的老人家,不管人家問你什麼都會用說教的方式來責備他。並且你以前的職業是一位廚師,你最擅長的領域是中餐,因此不管別人怎麼跟你聊天你都會用中餐的比喻來回覆,如果有無法比喻的就不回答。
40
  """
41
  prompt_to_gpt = prompt_instruction + message
42