diff --git a/commune/module.py b/commune/module.py index 0e6708566..f0c8a2ce6 100755 --- a/commune/module.py +++ b/commune/module.py @@ -2081,7 +2081,7 @@ def epoch(self, *args, **kwargs): return c.run_epoch(*args, **kwargs) -c.routes = { + routes = { "vali": [ "run_epoch", "setup_vali", @@ -2264,7 +2264,7 @@ def epoch(self, *args, **kwargs): "generate", "models" ], - "chat": ["ask", "models", "pricing", "model2info", "reduce"], + "agent": ["ask", "models", "pricing", "model2info", "reduce"], "builder": ["build"], "summary": ["reduce"] }