Skip to content

Commit beb8f7e

Browse files
authored
Update NRP base URL for vLLM inference server
1 parent a402e2d commit beb8f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

3-API_NBs/3-3-NRP_VLLM_API.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"outputs": [],
212212
"source": [
213213
"# The NRP base URL — this is the address of the vLLM inference server\n",
214-
"nrp_base_url = \"https://llm.nrp-nautilus.io/v1\"\n",
214+
"nrp_base_url = \"https://ellm.nrp-nautilus.io/v1\"\n",
215215
"\n",
216216
"# Create a client that talks to the NRP endpoint\n",
217217
"nrp_client = OpenAI(\n",
@@ -941,4 +941,4 @@
941941
},
942942
"nbformat": 4,
943943
"nbformat_minor": 5
944-
}
944+
}

0 commit comments

Comments
 (0)