Skip to content

Commit 35042c2

Browse files
committed
fix model naming
1 parent ea3a62b commit 35042c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/src/communities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
MAX_WORKERS = 10
1515
MAX_COMMUNITY_LEVELS = 3
1616
MIN_COMMUNITY_SIZE = 1
17-
COMMUNITY_CREATION_DEFAULT_MODEL = "ecnu-ecnu_reasoner-lite"
17+
COMMUNITY_CREATION_DEFAULT_MODEL = "ecnu_ecnu-reasoner-lite"
1818

1919

2020
CREATE_COMMUNITY_GRAPH_PROJECTION = """

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
"tailwindcss": "^4.0.7",
5858
"typescript": "^5.7.3",
5959
"vite": "^4.5.3"
60-
}
60+
},
61+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
6162
}

0 commit comments

Comments
 (0)