rasAli02 commited on
Commit
e03f5d5
Β·
1 Parent(s): cb59dbe

docs: clean up IP references in comments

Browse files
Files changed (1) hide show
  1. agents.py +2 -2
agents.py CHANGED
@@ -15,8 +15,8 @@ import httpx # async HTTP β€” lightweight, no extra deps beyond requirements
15
  # ── AMD vLLM inference endpoint ─────────────────────────────────────────────
16
  # vLLM exposes an OpenAI-compatible API at /v1/chat/completions.
17
  # Set AMD_INFERENCE_URL in your .env to point at the running vLLM server.
18
- # Example: http://129.212.191.163 (direct port β€” ensure firewall allows it)
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://165.245.143.46:8000"
 
15
  # ── AMD vLLM inference endpoint ─────────────────────────────────────────────
16
  # vLLM exposes an OpenAI-compatible API at /v1/chat/completions.
17
  # Set AMD_INFERENCE_URL in your .env to point at the running vLLM server.
18
+ # Example: http://165.245.143.46:8000 (direct port β€” ensure firewall allows it)
19
+ # Or use the Jupyter proxy route: http://165.245.143.46/proxy/8000
20
  AMD_INFERENCE_URL = os.environ.get(
21
  "AMD_INFERENCE_URL",
22
  "http://165.245.143.46:8000"