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
We developed a plugin using the Chat Participant API, and internally, we used request.model as a parameter passed to renderPrompt to be used as the model. Today, the following error suddenly occurred, and we found the same issue when running the official demo:
Request Failed: 400 {"error":{"message":"Model is not supported for this request.","code":"model_not_supported","param":"model","type":"invalid_request_error"}}