llama-stack-client configure --endpoint http://localhost:8321
requires a server change, too.
#2089
deanwampler
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried this command in https://llama-stack.readthedocs.io/en/latest/getting_started/detailed_tutorial.html#step-3-run-client-cli (including the option
--api-key none
). It changes~/.llama/client/config.yaml
to this, as expected:However,
llama-stack-client
can no longer connect to the server:Actually, this is to be expected, because the server defaults to port 5001, which appears to be set in
~/.llamastackrc
, so you have to edit that file:Then
. ~/.llamastackrc
(It doesn't appear to be sourced when you start the server, true??), then rerun the server. The server output shows it's now using 8321 and the client works again.I'm thinking of writing a PR to add this additional documentation. Make sense or is this already covered somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions