updated percentage to be > 70

هذا الالتزام موجود في:
2025-10-01 15:05:13 +03:00
الأصل 54bd50c991
التزام 2acaafad13

عرض الملف

@@ -72,7 +72,7 @@ def filter_jobs(jobs, cv, api_keys, good_fit_jobs):
logging.critical("All attempts failed") logging.critical("All attempts failed")
continue continue
if ai_response_dict["percentage"] > 50: if ai_response_dict["percentage"] > 70:
good_fit_jobs.append( good_fit_jobs.append(
{ {
"title": job["title"], "title": job["title"],