Gaykar commited on
Commit
55648c1
·
1 Parent(s): 6ecb529

agents change

Browse files
Files changed (1) hide show
  1. 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="moonshotai/kimi-k2-instruct-0905",
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="moonshotai/kimi-k2-instruct-0905",
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