willn9 commited on
Commit
2b4daa6
·
verified ·
1 Parent(s): cd20648

Updated experience section

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,9 +17,10 @@ def generate_career_advice(field, position_name, current_qualifications, likes,
17
  - Skills: {skills}
18
  Include:
19
  - Suitable career paths that are a good fit and in demand.
20
- - Additional qualifications, courses, training, or certifications to pursue.
 
21
  - Tips on networking and gaining experience.
22
- Be concise and limit your response to 512 tokens or less."""
23
 
24
  # Call the OpenAI API
25
  try:
 
17
  - Skills: {skills}
18
  Include:
19
  - Suitable career paths that are a good fit and in demand.
20
+ - Additional requirements such as qualifications, new skills to acquire, courses, training, or certifications to pursue.
21
+ - How to build experience, through internships, apprenticeships, volunteering, etc., as applicable.
22
  - Tips on networking and gaining experience.
23
+ Be concise and limit your response to 1024 tokens or less."""
24
 
25
  # Call the OpenAI API
26
  try: