Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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
|