Spaces:
Sleeping
Sleeping
fix(model): Cambiamos a gpt-oss-120b
Browse files- src/incident_crew.py +3 -3
src/incident_crew.py
CHANGED
|
@@ -6,9 +6,9 @@ class IncidentReporterCrew:
|
|
| 6 |
self.api_key = api_key
|
| 7 |
|
| 8 |
self.llm = LLM(
|
| 9 |
-
#model="llama-3.3-70b-
|
| 10 |
-
|
| 11 |
-
model="google/gemini-2.5-flash",
|
| 12 |
temperature=0.7,
|
| 13 |
provider="openai",
|
| 14 |
)
|
|
|
|
| 6 |
self.api_key = api_key
|
| 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 |
)
|