Skip to content

Commit 985856c

Browse files
authored
Apply suggestions from code review
PR review: Added period at the end of alt text.
1 parent c34a3d3 commit 985856c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
:::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":::
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

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Request access: [`computer-use-preview` limited access model application](https:
3131

3232
For more information on model capabilities, and region availability see the [models documentation](./concepts/models.md#computer-use-preview).
3333

34-
:::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":::
34+
:::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":::
3535

3636
[Playwright integration demo code](./how-to/responses.md#computer-use).
3737

0 commit comments

Comments
 (0)