Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 577 Bytes

File metadata and controls

21 lines (11 loc) · 577 Bytes

Connect text-generation-webui runpod to Open WebUI:

First setup the pod as described in the root README.md file.

Then fetch the API url (5000) from runpod:

5000

Now while setting up the pod you set the MY_OPENAI_KEY, you will need it to communicate with API.

Go to OpenWebUI settings:

open

Go to Connections and add:

web

Add your url and your MY_OPENAI_KEY. Also add /v1 after the URL. Like this: https://<my-pod-id-here>-5000.proxy.runpod.net/v1

web