Nasma commited on
Commit
7d91971
·
verified ·
1 Parent(s): d1f847f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -0
main.py CHANGED
@@ -113,6 +113,10 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
113
  "experience" : "experience",
114
  "skills" : skills
115
  ]
 
 
 
 
116
  """
117
 
118
  response = model_text.generate_content(prompt)
 
113
  "experience" : "experience",
114
  "skills" : skills
115
  ]
116
+ Instructions:
117
+ 1. Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities.
118
+ 2. If skills are not explicitly mentioned, infer them from the job responsibilities described.
119
+ 3. Provide the skills as a comma-separated list.
120
  """
121
 
122
  response = model_text.generate_content(prompt)