datasciencedojo commited on
Commit
eb7a184
·
verified ·
1 Parent(s): 6698479

Update utils/utils.py

Browse files
Files changed (1) hide show
  1. utils/utils.py +1 -1
utils/utils.py CHANGED
@@ -90,7 +90,7 @@ def generate_sel_analysis(resume_text, job_listing_text,job_title_text, must_hav
90
 
91
 
92
  # Analyzing each resume individually and handling delays to avoid token limits
93
- def generate_individual_analysis(resumes, job_listing_text, job_title_text, must_have, prompt_template, delay=10):
94
  #agent = get_agent_groq()
95
  all_results = []
96
 
 
90
 
91
 
92
  # Analyzing each resume individually and handling delays to avoid token limits
93
+ def generate_individual_analysis(resumes, job_listing_text, job_title_text, must_have, prompt_template, delay=20):
94
  #agent = get_agent_groq()
95
  all_results = []
96