mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
port standardization
This commit is contained in:
parent
b556cd91fd
commit
67f727578c
5 changed files with 27 additions and 7 deletions
|
@ -45,7 +45,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"HOST = \"localhost\" # Replace with your host\n",
|
||||
"PORT = 5001 # Replace with your port"
|
||||
"PORT = 5000 # Replace with your port"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -152,7 +152,7 @@
|
|||
"source": [
|
||||
"# Configure connection parameters\n",
|
||||
"HOST = \"localhost\" # Replace with your host if using a remote server\n",
|
||||
"PORT = 5001 # Replace with your port if different\n",
|
||||
"PORT = 5000 # Replace with your port if different\n",
|
||||
"\n",
|
||||
"# Initialize client\n",
|
||||
"client = LlamaStackClient(\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue