-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Extension sample
chat-sample
VS Code version
1.105.1 (Universal)
What went wrong?
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"}}

TheodoreShi and gagik