We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2823d5 commit 855f8beCopy full SHA for 855f8be
1 file changed
agents/matmaster_agent/sub_agents/convexhull_agent/constant.py
@@ -2,6 +2,6 @@
2
3
ConvexHullAgentName = 'convexhull_agent'
4
if CURRENT_ENV in ['test', 'uat']:
5
- ConvexHullServerUrl = 'http://root@mllo1368252.bohrium.tech:50004/sse'
+ ConvexHullServerUrl = 'https://convexhull-test-uuid1769078392.appspace.bohrium.com/sse?token=f45ef610fbbd446eb154f024dda3540c'
6
else:
7
ConvexHullServerUrl = 'https://convexhull-uuid1764213120.appspace.bohrium.com/sse?token=1ea4a0b8cd1e497585680680eccdae8b'
0 commit comments