From 60d3cb10bccc906b27133f35fcde47e4f5f74f8f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 10 Mar 2025 08:10:07 -0700 Subject: [PATCH] openweb tutorial --- docs/my-website/docs/tutorials/openweb_ui.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/my-website/docs/tutorials/openweb_ui.md b/docs/my-website/docs/tutorials/openweb_ui.md index 94ab0447bd..ab1e2e121e 100644 --- a/docs/my-website/docs/tutorials/openweb_ui.md +++ b/docs/my-website/docs/tutorials/openweb_ui.md @@ -17,12 +17,6 @@ This guide walks you through connecting OpenWeb UI to LiteLLM. Using LiteLLM wit ## 1. Start LiteLLM & OpenWebUI -Deploy this docker compose to deploy both OpenWebUI and LiteLLM. - -```bash -docker compose up -d -``` - - OpenWebUI starts running on [http://localhost:3000](http://localhost:3000) - LiteLLM starts running on [http://localhost:4000](http://localhost:4000)