nativemind chrome extension
PS C:\Users\bum> lms server start --cors
W CORS is enabled. This means any website you visit can use the LM Studio server.
Success! Server is now running on port 1234
3. Enable CORS in LM Studio (Crucial)
Chrome extensions often block requests to localhost due to security restrictions (CORS).
In LM Studio, when running the server, check if there is an option to Enable CORS.
If using the CLI, start the server with: lms server start --cors.
server address
http://localhost:1234/v1/chat/completions
Comments
Post a Comment