cover_letter_generator/data/resume_parser_api.json

10 lines
384 B
JSON
Raw Permalink Normal View History

2025-02-07 16:06:22 -05:00
{
"model": "llama3.3-70b",
"messages": [
{
"role": "user",
"content": "You are a resume parser. You will extract information from this resume and put them in a .json file. The keys of your dictionary will be first_name, last_name, location, work_experience, school_experience, skills. In selecting the information, keep track of the most insightful. "
}
]
}