Skip to content

Commit

Permalink
Merge pull request #201 from silentoplayz/patch-2
Browse files Browse the repository at this point in the history
Update documentation for adding Pipelines as an OpenAI API connection into Open WebUI
  • Loading branch information
justinh-rahb authored Aug 30, 2024
2 parents eb2bc5a + c63a1de commit 826d150
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/pipelines/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,18 @@ For a streamlined setup using Docker:

2. **Connect to Open WebUI:**

- Navigate to the **Settings > Connections > OpenAI API** section in Open WebUI.
- Set the API URL to `http://localhost:9099` and the API key to `0p3n-w3bu!`. Your pipelines should now be active.
- Navigate to the **Admin Panel > Settings > Connections** section in Open WebUI.
- When you're on this page, you can press the `+` button to add another connection.
- Set the API URL to `http://localhost:9099` and the API key to `0p3n-w3bu!`.
- Once you've added your pipelines connection and verified it, you will see an icon appear within the API Base URL field for the added connection. When hovered over, the icon itself will be labeled `Pipelines`. Your pipelines should now be active.

:::info
If your Open WebUI is running in a Docker container, replace `localhost` with `host.docker.internal` in the API URL.
:::

3. **Manage Configurations:**

- In the admin panel, go to **Admin Settings > Pipelines tab**.
- In the admin panel, go to **Admin Panel > Settings > Pipelines** tab.
- Select your desired pipeline and modify the valve values directly from the WebUI.

:::tip
Expand Down

0 comments on commit 826d150

Please sign in to comment.