diff --git a/apps/litellm/1.102.0/.env.sample b/apps/litellm/1.102.1/.env.sample similarity index 100% rename from apps/litellm/1.102.0/.env.sample rename to apps/litellm/1.102.1/.env.sample diff --git a/apps/litellm/1.102.0/data.yml b/apps/litellm/1.102.1/data.yml similarity index 100% rename from apps/litellm/1.102.0/data.yml rename to apps/litellm/1.102.1/data.yml diff --git a/apps/litellm/1.102.0/docker-compose.yml b/apps/litellm/1.102.1/docker-compose.yml similarity index 87% rename from apps/litellm/1.102.0/docker-compose.yml rename to apps/litellm/1.102.1/docker-compose.yml index 1d1fd5788..b1f1a95ed 100644 --- a/apps/litellm/1.102.0/docker-compose.yml +++ b/apps/litellm/1.102.1/docker-compose.yml @@ -1,6 +1,6 @@ services: litellm: - image: "ghcr.io/berriai/litellm-database:v1.102.0@sha256:70e3754699d2c5e969c65445e3b52cf58cf7998a815f2cb3551776152bbffaaf" + image: "ghcr.io/berriai/litellm-database:v1.102.1@sha256:c38fe5eff11874941a21f5630ceb842f640dee7d5d5cde440b60ed0a71798f33" container_name: ${CONTAINER_NAME} restart: unless-stopped networks: diff --git a/apps/litellm/1.102.0/scripts/.gitkeep b/apps/litellm/1.102.1/scripts/.gitkeep similarity index 100% rename from apps/litellm/1.102.0/scripts/.gitkeep rename to apps/litellm/1.102.1/scripts/.gitkeep diff --git a/apps/litellm/1.102.0/scripts/init.sh b/apps/litellm/1.102.1/scripts/init.sh similarity index 100% rename from apps/litellm/1.102.0/scripts/init.sh rename to apps/litellm/1.102.1/scripts/init.sh diff --git a/apps/litellm/1.102.0/scripts/uninstall.sh b/apps/litellm/1.102.1/scripts/uninstall.sh similarity index 100% rename from apps/litellm/1.102.0/scripts/uninstall.sh rename to apps/litellm/1.102.1/scripts/uninstall.sh diff --git a/apps/litellm/1.102.0/scripts/upgrade.sh b/apps/litellm/1.102.1/scripts/upgrade.sh similarity index 100% rename from apps/litellm/1.102.0/scripts/upgrade.sh rename to apps/litellm/1.102.1/scripts/upgrade.sh