docs: clarify that lms can connect to remote servers - #245
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cdbd11a8e5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e2b96ceddf
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| It is possible to use the `--host` and `--port` flags on any `lms` subcommand to connect to a remote instance of LM Studio. This feature does not use end-to-end encryption and is distinct from [LM Link](./docs/lmlink). | ||
|
|
||
| ```bash | ||
| lms chat --host 127.0.0.1 --port 1234 |
There was a problem hiding this comment.
Use a remote address in the remote example
In this remote-server section, the sample uses 127.0.0.1, which always resolves to the user's own machine, so copying it talks to the local/default LM Studio server rather than the remote instance just described. Use a LAN address or a placeholder such as <remote-host> so readers can actually exercise the remote connection.
Useful? React with 👍 / 👎.
Addresses lmstudio-ai/lms#75.