Skip to content

Commit bda933d

Browse files
committed
update
1 parent 45ba4a4 commit bda933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ print(response)
654654

655655
In this section, we provide a simple example script that integrates Azure OpenAI's `computer-use-preview` model with [Playwright](https://playwright.dev/) to automate basic browser interactions. Combining the model with [Playwright](https://playwright.dev/) allows the model to see the browser screen, make decisions, and perform actions like clicking, typing, and navigating websites. You should exercise caution when running this example code. This code is designed to be run locally but should only be executed in a test environment. Use a human to confirm decisions and don't give the model access to sensitive data.
656656

657-
![Computer-use-preview demo](../media/computer-use-preview.gif)
657+
:::image type="content" source="../media/computer-use-preview.gif" alt-text="Animated gif of computer-use-preview model integrated with playwright" lightbox="../media/computer-use-preview.gif":::
658658

659659
First you'll need to install the Python library for [Playwright](https://playwright.dev/).
660660

0 commit comments

Comments
 (0)