Spaces:
Sleeping
Sleeping
chnaged agent
Browse files- 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="
|
| 60 |
temperature=0.1,
|
| 61 |
)
|
| 62 |
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
base_llm = ChatGroq(
|
| 59 |
+
model="openai/gpt-oss-20b",
|
| 60 |
temperature=0.1,
|
| 61 |
)
|
| 62 |
|