You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a CORS request is made to /v1/chat/completions and CORS isn't enabled in LM Studio, it spits out an unhelpful error "messages field is required" that is confusing to the user.
Screenshots
Logs
To Reproduce
Disable CORS
Make a request from the browser to /v1/chat/completions with valid data
The text was updated successfully, but these errors were encountered:
Which version of LM Studio?
LM Studio 0.3.9
Which operating system?
Mac OS
What is the bug?
When a CORS request is made to
/v1/chat/completions
and CORS isn't enabled in LM Studio, it spits out an unhelpful error "messages
field is required" that is confusing to the user.Screenshots
Logs
To Reproduce
/v1/chat/completions
with valid dataThe text was updated successfully, but these errors were encountered: