Gaykar commited on
Commit
e88ffe6
·
1 Parent(s): f044dce

chnaged agent

Browse files
Files changed (1) hide show
  1. app/agents/agents.py +1 -1
app/agents/agents.py CHANGED
@@ -56,7 +56,7 @@ gap_analysis_agent=gap_analysis_agent.with_structured_output(
56
  )
57
 
58
  base_llm = ChatGroq(
59
- model="qwen/qwen3-32b",
60
  temperature=0.1,
61
  )
62
 
 
56
  )
57
 
58
  base_llm = ChatGroq(
59
+ model="openai/gpt-oss-20b",
60
  temperature=0.1,
61
  )
62