From 91c4757dcd69dfa7f5e448580661c8be5f2a524e Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Wed, 13 Nov 2024 20:21:37 -0500 Subject: [PATCH] leave restart policy to default & cleanup --- docker-compose.base.yml | 14 -------------- litellm/config.yaml | 1 - 2 files changed, 15 deletions(-) delete mode 100644 litellm/config.yaml diff --git a/docker-compose.base.yml b/docker-compose.base.yml index cc99f16..06d1da1 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -1,18 +1,4 @@ services: - # Begin LiteLLM service - # litellm: - # image: ghcr.io/berriai/litellm:main-latest - # command: --config /config.yaml - # ports: - # - 8000:8000 - # env_file: - # - .env - # environment: - # - HOST=0.0.0.0 - # - PORT=8000 - # volumes: - # - ./litellm/config.yaml:/config.yaml - # Begin open-webui open-webui: image: ghcr.io/open-webui/open-webui:main diff --git a/litellm/config.yaml b/litellm/config.yaml deleted file mode 100644 index 3b1d202..0000000 --- a/litellm/config.yaml +++ /dev/null @@ -1 +0,0 @@ -model_list: {} \ No newline at end of file