Skip to content

how to use litellm pipelines #50

Answered by justinh-rahb
flyfox666 asked this question in Q&A
Discussion options

You must be logged in to vote

Here's a guide to help you move your litellm setup out of the open-webui container and into its own separate container. This will allow you to use litellm independently and connect it to open-webui as needed.

  1. Find your config.yaml file

Your config.yaml file should be located in the open-webui container. To find it, use the following command:

docker cp open-webui:/app/backend/data/litellm/config.yaml .

This will copy the config.yaml file from the open-webui container to your current directory.

  1. Run a standalone litellm container

To run litellm in its own container, use the following docker run command:

docker run -d \
  -p 4000:4000 \
  --name litellm \
  -v ./config.yaml:/app/config.ya…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@flyfox666
Comment options

Comment options

You must be logged in to vote
1 reply
@flyfox666
Comment options

Answer selected by flyfox666
Comment options

You must be logged in to vote
1 reply
@justinh-rahb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants