Skip to content

Commit e2fad55

Browse files
committed
change default model for communities
1 parent 68de620 commit e2fad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = "openai_gpt_4o"
17+
COMMUNITY_CREATION_DEFAULT_MODEL = "ecnu-ecnu_reasoner-lite"
1818

1919

2020
CREATE_COMMUNITY_GRAPH_PROJECTION = """

0 commit comments

Comments
 (0)