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
What is the bug?
As mentioned in openai doc in https://platform.openai.com/docs/api-reference/chat/create, tool_choice could be 'object', but I got {"error":"Invalid tool_choice type: 'object'. Supported string values: none, auto, required"} when trying to pass object value.
Which version of LM Studio?
LM Studio 0.3.15
Which operating system?
MacOS M3
What is the bug?
As mentioned in openai doc in https://platform.openai.com/docs/api-reference/chat/create,
tool_choice
could be 'object', but I got{"error":"Invalid tool_choice type: 'object'. Supported string values: none, auto, required"}
when trying to pass object value.Screenshots
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: