Nasma commited on
Commit
19b7c98
·
verified ·
1 Parent(s): 830ee87

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -113,7 +113,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
113
  "position": "current or most recent job position",
114
  "industry": "industry of work",
115
  "experience" : "experience",
116
- "skills" : skills(Identify and extract skills from the CV's 'technical skills' or 'skills' sections,Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)
117
  ]
118
  """
119
 
 
113
  "position": "current or most recent job position",
114
  "industry": "industry of work",
115
  "experience" : "experience",
116
+ "skills" : "skills(Identify and extract skills from the CV's 'technical skills' or 'skills' sections,Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)"
117
  ]
118
  """
119