docs: clean up IP references in comments
Browse files
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://
|
| 19 |
-
# Or use the Jupyter proxy route: http://
|
| 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"
|