Spaces:
Running
Running
Updated experience section
Browse files
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
|
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:
|