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
Believe this should be "linux" -> when trying to call the API with "ubuntu" it will throw an error.
To Reproduce
Put ubuntu as the environment with computer-use-preview as the model
Attempt to call the API through the SDK
Observe that the API throws an error that ubuntu is not a supported environment type
Code snippets
{type: "computer-preview",display_width: width,display_height: height,// will throw a typescript error, but needed to work in apienvironment: "linux",}
OS
MacOS
Node version
Node v20
Library version
v4.87
The text was updated successfully, but these errors were encountered:
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
Bug is here:
openai-node/src/resources/responses/responses.ts
Line 161 in e9ca1a0
Believe this should be "linux" -> when trying to call the API with "ubuntu" it will throw an error.
To Reproduce
computer-use-preview
as the modelCode snippets
OS
MacOS
Node version
Node v20
Library version
v4.87
The text was updated successfully, but these errors were encountered: