Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ def call_api_for_response_analysis(current_skills, user_response):
|
|
| 157 |
"Content-Type": "application/json"
|
| 158 |
},
|
| 159 |
data=json.dumps({
|
| 160 |
-
"model": "
|
| 161 |
"messages": messages
|
| 162 |
})
|
| 163 |
)
|
|
@@ -215,7 +215,7 @@ def compare_skills_ai(student_skills, enterprise_skills):
|
|
| 215 |
"Content-Type": "application/json"
|
| 216 |
},
|
| 217 |
data=json.dumps({
|
| 218 |
-
"model": "
|
| 219 |
"messages": messages
|
| 220 |
})
|
| 221 |
)
|
|
@@ -254,7 +254,7 @@ def update_compatibility_table(student_id, skill_assessment, enterprise_skills,
|
|
| 254 |
"EmailEtudiant": student_mail,
|
| 255 |
"EmailEntreprise": emailEntreprise,
|
| 256 |
"Nom_Recruteur_Entreprise": enterprise_name,
|
| 257 |
-
"Postuler":
|
| 258 |
}
|
| 259 |
}
|
| 260 |
|
|
|
|
| 157 |
"Content-Type": "application/json"
|
| 158 |
},
|
| 159 |
data=json.dumps({
|
| 160 |
+
"model": "meta-llama/llama-3.2-90b-vision-instruct:free",
|
| 161 |
"messages": messages
|
| 162 |
})
|
| 163 |
)
|
|
|
|
| 215 |
"Content-Type": "application/json"
|
| 216 |
},
|
| 217 |
data=json.dumps({
|
| 218 |
+
"model": "meta-llama/llama-3.2-90b-vision-instruct:free",
|
| 219 |
"messages": messages
|
| 220 |
})
|
| 221 |
)
|
|
|
|
| 254 |
"EmailEtudiant": student_mail,
|
| 255 |
"EmailEntreprise": emailEntreprise,
|
| 256 |
"Nom_Recruteur_Entreprise": enterprise_name,
|
| 257 |
+
"Postuler": "Non"
|
| 258 |
}
|
| 259 |
}
|
| 260 |
|