-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API keys to secure the endpoint #202
Comments
Good point, I would also like to expose the server to the net to share my powerful machine with friends. I see lot of scanners on my mapped public port after one day.
It's only a question of time until someone sends a
Something like an API key or at least BASIC AUTH would be nice. |
You can configure other webui tools and then set api key |
So you mean we should use another webui tool as a sort of a specialized AI proxy? Do you have any suggestions? It would be nice if it would be possible "out of the box" in lm studio... |
We’ll add this |
It's a good messages,thanks! Don’t forget to add ssl, Otherwise, apikey can also be captured through network packet capture. |
Yes ,I used webui + swagger ! https://swagger.io/ |
I am running LM Studio on my home server and this works great. The only issue is that I cannot expose it to the outside because everyone could use it and potentially limiting my performance. It would be nice to be able the generate api keys that I can send along with the connection (like openAI does) to authenticate.
The text was updated successfully, but these errors were encountered: