Skip to content

Commit 3b6cb1b

Browse files
committed
Merge branch 'test' of github.com:AnguseZhang/MatMaster into test
2 parents d50028d + 98dab21 commit 3b6cb1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • agents/matmaster_agent/sub_agents/structure_search_agent

agents/matmaster_agent/sub_agents/structure_search_agent/constant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
STRUCTURE_SEARCH_AGENT_NAME = 'structure_search_agent'
44

55
if CURRENT_ENV in ['test', 'uat']:
6-
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/sse'
6+
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/mcp'
77
else:
8-
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/sse'
8+
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/mcp'

0 commit comments

Comments
 (0)