jasonchenym commited on
Commit
3e88ec6
1 Parent(s): 489344b

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("openai_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 career counselor. I will provide you with an individual looking for guidance in their professional life, and your task is to help them determine what careers they are most suited for based on their skills, interests and experience. You should also conduct research into the various options available, explain the job market trends in different industries and advice on which qualifications would be beneficial for pursuing particular fields. output in chinese.
11
 
12
  history = {}
13