Spaces:
Sleeping
Sleeping
agents change
Browse files- app/agents/agents.py +2 -2
app/agents/agents.py
CHANGED
|
@@ -37,7 +37,7 @@ jd_agent=jd_agent.with_structured_output(
|
|
| 37 |
|
| 38 |
|
| 39 |
gap_analysis_agent=ChatGroq(
|
| 40 |
-
model="
|
| 41 |
temperature=0.2,
|
| 42 |
)
|
| 43 |
|
|
@@ -52,7 +52,7 @@ gap_analysis_agent=gap_analysis_agent.with_structured_output(
|
|
| 52 |
|
| 53 |
|
| 54 |
roadmap_planner_agent=ChatGroq(
|
| 55 |
-
model="
|
| 56 |
temperature=0.2,
|
| 57 |
)
|
| 58 |
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
gap_analysis_agent=ChatGroq(
|
| 40 |
+
model="openai/gpt-oss-120b",
|
| 41 |
temperature=0.2,
|
| 42 |
)
|
| 43 |
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
roadmap_planner_agent=ChatGroq(
|
| 55 |
+
model="qwen/qwen3-32b",
|
| 56 |
temperature=0.2,
|
| 57 |
)
|
| 58 |
|