mMonika commited on
Commit
b89b4ec
·
verified ·
1 Parent(s): 332ee8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -494,7 +494,7 @@ def run_crew(api_key: str, job_url: str, company_name: str, resume_pdf_path: str
494
  print(resume_pdf_path)
495
  # Initialize HuggingFaceHub with API token
496
  llm = LLM(
497
- model="groq/llama-3.3-70b-versatile",
498
  temperature=0.7
499
  )
500
  # Create agents with the initialized llm
 
494
  print(resume_pdf_path)
495
  # Initialize HuggingFaceHub with API token
496
  llm = LLM(
497
+ model="groq/deepseek-r1-distill-qwen-32b",
498
  temperature=0.7
499
  )
500
  # Create agents with the initialized llm