Skip to content

Commit

Permalink
modules
Browse files Browse the repository at this point in the history
  • Loading branch information
latentvector committed Dec 15, 2024
1 parent 9ccc473 commit 90a1dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commune/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ def epoch(self, *args, **kwargs):
return c.run_epoch(*args, **kwargs)


c.routes = {
routes = {
"vali": [
"run_epoch",
"setup_vali",
Expand Down Expand Up @@ -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"]
}
Expand Down

0 comments on commit 90a1dce

Please sign in to comment.