Spaces:
Sleeping
Sleeping
Update AI_Agent/coordinator.py
Browse files- AI_Agent/coordinator.py +1 -1
AI_Agent/coordinator.py
CHANGED
|
@@ -20,7 +20,7 @@ class Coordinator:
|
|
| 20 |
])
|
| 21 |
|
| 22 |
# Use the CPU-friendly Google Gemma 3n model
|
| 23 |
-
self.llm = HuggingFaceAdapter(model_name="
|
| 24 |
|
| 25 |
# Initialize all chains
|
| 26 |
self.task_decomposer_chain = TaskDecomposerChain(self.llm)
|
|
|
|
| 20 |
])
|
| 21 |
|
| 22 |
# Use the CPU-friendly Google Gemma 3n model
|
| 23 |
+
self.llm = HuggingFaceAdapter(model_name="EleutherAI/gpt-neo-125M")
|
| 24 |
|
| 25 |
# Initialize all chains
|
| 26 |
self.task_decomposer_chain = TaskDecomposerChain(self.llm)
|