Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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
|