rasAli02 commited on
Commit
53cd64c
·
1 Parent(s): 39dc846

fix: use port 80 for GPU endpoint

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -19,7 +19,7 @@ import httpx # async HTTP — lightweight, no extra deps beyond requirements
19
  # Or use the Jupyter proxy route: http://129.212.191.163/proxy/8000
20
  AMD_INFERENCE_URL = os.environ.get(
21
  "AMD_INFERENCE_URL",
22
- "http://129.212.184.42:8000"
23
  ).rstrip("/")
24
 
25
  # Token for the AMD inference server (if required)
 
19
  # Or use the Jupyter proxy route: http://129.212.191.163/proxy/8000
20
  AMD_INFERENCE_URL = os.environ.get(
21
  "AMD_INFERENCE_URL",
22
+ "http://129.212.184.42"
23
  ).rstrip("/")
24
 
25
  # Token for the AMD inference server (if required)