Guide: LibreChat + LM Studio on Windows 11 #12234
mrcodetastic
started this conversation in
Help Wanted
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a windows PC in a remote location that runs LM Studio and various models. Instead of using the LM Studio API from my local device, I simply want the remote PC to run the model using LM Studio and host the web chat interface as well.
LM Studio was installed as usual, with the Local Server enabled and a Model Loaded (in this case 'qwen3.5-4b').
LibreChat was installed on the same windows PC using docker, using the standard 3 or so steps: https://www.librechat.ai/docs/local/docker
However, before running the docker image I needed to:
endpoints:sectionNote: When a Docker container (such as the one running LibreChat) needs to connect to a service on the host machine, you must use host.docker.internal. Using 127.0.0.1 will not work because Docker containers run in isolated environments—127.0.0.1 refers to the container itself, not the host system.
Thanks to this previous discussion for helping: #1836
Beta Was this translation helpful? Give feedback.
All reactions