Skip to content

Commit a04ff9e

Browse files
authored
Apply suggestions from code review
1 parent 6218709 commit a04ff9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Get started with Foundry Local quickly:
5353
```
5454
5555
You should see a response from the model in the terminal:
56-
:::image type="content" source="media/get-started-output.png" alt-text="Output from foundry local run command.":::
56+
:::image type="content" source="media/get-started-output.png" alt-text="Screenshot of output from foundry local run command." lightbox="media/get-started-output.png":::
5757
5858
5959
> [!TIP]

articles/ai-foundry/foundry-local/how-to/how-to-chat-application-with-open-web-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you start this tutorial, you need:
4343
3. Select **Manage Direct Connections**
4444
4. Select the **+** icon to add a connection
4545
5. For the **URL**, enter `http://localhost:PORT/v1` where `PORT` is replaced with the port of the Foundry Local endpoint, which you can find using the CLI command `foundry service status`. Note, that Foundry Local dynamically assigns a port, so it's not always the same.
46-
6. Type any value (like `test`) for the API Key, since it can't be empty
46+
6. Type any value (like `test`) for the API Key, since it can't be empty.
4747
7. Save your connection
4848

4949
5. **Start chatting with your model**:

0 commit comments

Comments
 (0)