Skip to content

Commit be96817

Browse files
committed
fix: change prod url
1 parent e258547 commit be96817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agents/matmaster_agent/sub_agents/structure_search_agent

agents/matmaster_agent/sub_agents/structure_search_agent/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if CURRENT_ENV in ['test', 'uat']:
88
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp'
99
else:
10-
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp?token=eGdk3puy52InRnuOuEbJdGACkos34rSOluFbQqL1HDQ'
10+
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/mcp'
1111

1212
STRUCTURE_SEARCH_EXECUTOR = copy.deepcopy(DFlowExecutor)
1313
STRUCTURE_SEARCH_STORAGE = copy.deepcopy(BohriumStorge)

0 commit comments

Comments
 (0)