curiouscurrent commited on
Commit
33f0ebb
·
verified ·
1 Parent(s): f08b6f0

Update AI_Agent/coordinator.py

Browse files
Files changed (1) hide show
  1. 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="openai/gpt-oss-20b")
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)