Skip to content

Commit 7a84f37

Browse files
authored
Update computer-use.md
1 parent bb8b4b2 commit 7a84f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/computer-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ response_2 = client.responses.create(
222222
tools=[{
223223
"type": "computer-preview",
224224
"display_width": 1024,
225-
"display_height": 768
225+
"display_height": 768,
226226
"environment": "browser" # other possible values: "mac", "windows", "ubuntu"
227227
}],
228228
input=[
@@ -363,4 +363,4 @@ In all cases where `pending_safety_checks` are returned, actions should be hande
363363

364364
* [Responses API](./responses.md)
365365
* [Computer Use with playwright](./responses.md#computer-use)
366-
* [Computer Use Assistant sample on Github](https://github.com/Azure-Samples/computer-use-model)
366+
* [Computer Use Assistant sample on Github](https://github.com/Azure-Samples/computer-use-model)

0 commit comments

Comments
 (0)