Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def read_docx(file_path):
|
|
| 24 |
# Function to analyze CV for role fit using Llama 3.3 and Groq API
|
| 25 |
def analyze_cv_with_llama(cv_text, job_description):
|
| 26 |
completion = client.chat.completions.create(
|
| 27 |
-
model="llama-3.
|
| 28 |
messages=[
|
| 29 |
{
|
| 30 |
"role": "system",
|
|
|
|
| 24 |
# Function to analyze CV for role fit using Llama 3.3 and Groq API
|
| 25 |
def analyze_cv_with_llama(cv_text, job_description):
|
| 26 |
completion = client.chat.completions.create(
|
| 27 |
+
model="llama-3.3-70b-versatile",
|
| 28 |
messages=[
|
| 29 |
{
|
| 30 |
"role": "system",
|