Prernas19 commited on
Commit
0da5ff8
·
verified ·
1 Parent(s): 4092a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def calculate_experience(work_history):
91
  def parse_resume(file_uploaded, api_key):
92
  """Parse resume and extract information."""
93
  genai.configure(api_key=api_key)
94
- model = genai.GenerativeModel('gemini-1.5-flash')
95
 
96
  prompt = """Extract the following information from this resume:
97
  1. Summarize the following resume in 100 words, focusing on key skills, experience, and qualifications
 
91
  def parse_resume(file_uploaded, api_key):
92
  """Parse resume and extract information."""
93
  genai.configure(api_key=api_key)
94
+ model = genai.GenerativeModel('gemini-2.0-flash')
95
 
96
  prompt = """Extract the following information from this resume:
97
  1. Summarize the following resume in 100 words, focusing on key skills, experience, and qualifications