You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open('jobDescription.txt', 'r') as job_description_file:
jobDescription = job_description_file.read()
completion = client.chat.completions.create(
model="llama3-70b-8192",
messages=[
{
"role": "user",
"content": "Build a custom resume for this job posting here is the resume:" + resume + " and here is the job description " + jobDescription
},
{
"role": "assistant",
"content": "Please provide the job posting details, and I'll create a custom resume tailored to the job requirements.\n\nPlease provide the following information:\n\n1. Job title\n2. Job description\n3. Requirements (e.g., skills, experience, education)\n4. Any specific keywords or phrases mentioned in the job posting\n\nOnce I have this information, I'll create a custom resume that highlights your relevant skills and experiences, increasing your chances of getting noticed by the hiring manager."