Skip to content

Commit 51aa70b

Browse files
committed
updated with guidance on dynamically allocated port.
1 parent 4e89f2c commit 51aa70b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: build-2025
1616

1717
# Integrate Open Web UI with Foundry Local
1818

19-
This tutorial shows you how to create a chat application using Foundry Local and Open Web UI. When you finish, you'll have a working chat interface running entirely on your local device.
19+
This tutorial shows you how to create a chat application using Foundry Local and Open Web UI. When you finish, you have a working chat interface running entirely on your local device.
2020

2121
## Prerequisites
2222

@@ -42,12 +42,12 @@ Before you start this tutorial, you need:
4242
2. Select **Connections**
4343
3. Select **Manage Direct Connections**
4444
4. Select the **+** icon to add a connection
45-
5. Enter `http://localhost:5272/v1` for the URL
46-
6. Type any value (like `test`) for the API Key, since it cannot be empty
45+
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
4747
7. Save your connection
4848

4949
5. **Start chatting with your model**:
50-
1. Your loaded models will appear in the dropdown at the top
50+
1. Your loaded models appear in the dropdown at the top
5151
2. Select any model from the list
5252
3. Type your message in the input box at the bottom
5353

0 commit comments

Comments
 (0)