We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a6134 commit 59e7a86Copy full SHA for 59e7a86
articles/ai-services/openai/how-to/computer-use.md
@@ -71,7 +71,7 @@ client = AzureOpenAI(
71
)
72
73
response = client.responses.create(
74
- model="computer-use-preview",
+ model="computer-use-preview", # set this to your model deployment name
75
tools=[{
76
"type": "computer_use_preview",
77
"display_width": 1024,
@@ -121,7 +121,7 @@ curl ${MY_ENDPOINT}/openai/responses?api-version=2025-03-01-preview \
121
}
122
],
123
"tools": [{
124
- "type": "computer-preview",
+ "type": "computer_use_preview",
125
126
"display_height": 768,
127
"environment": "browser"
0 commit comments