Spaces:
Sleeping
Sleeping
fix(model): switch model to google/gemini-2.5-flash
Browse files- src/incident_crew.py +2 -2
src/incident_crew.py
CHANGED
|
@@ -7,8 +7,8 @@ class IncidentReporterCrew:
|
|
| 7 |
|
| 8 |
self.llm = LLM(
|
| 9 |
#model="meta-llama/llama-3.3-70b-instruct:free",
|
| 10 |
-
model="openai/gpt-oss-120b:free",
|
| 11 |
-
|
| 12 |
temperature=0.7,
|
| 13 |
provider="openai",
|
| 14 |
)
|
|
|
|
| 7 |
|
| 8 |
self.llm = LLM(
|
| 9 |
#model="meta-llama/llama-3.3-70b-instruct:free",
|
| 10 |
+
#model="openai/gpt-oss-120b:free",
|
| 11 |
+
model="google/gemini-2.5-flash",
|
| 12 |
temperature=0.7,
|
| 13 |
provider="openai",
|
| 14 |
)
|