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

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 = '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
 
 
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