Skip to content

Commit b48f08a

Browse files
authored
Update agent_executors.py
1 parent a947bdf commit b48f08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/agent_executors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
# Select model based on configuration
40-
if config.SUBNET_MODE:
40+
if not config.SUBNET_MODE:
4141
SUGGESTIONS_MODEL = GOOGLE_GEMINI_20_FLASH_MODEL
4242
ROUTING_MODEL = GOOGLE_GEMINI_FLASH_15_8B_MODEL
4343
REASONING_MODEL = GROK_MODEL

0 commit comments

Comments
 (0)