Skip to content

Commit

Permalink
Merge pull request #504 from julep-ai/x/fix-broken-litellm-images
Browse files Browse the repository at this point in the history
fix(llm-proxy): Update docker image to main-v1.46.2
  • Loading branch information
whiterabbit1983 authored Sep 18, 2024
2 parents 509f142 + 7ff770e commit 8e690f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: julep-llm-proxy

services:
litellm:
image: ghcr.io/berriai/litellm:main-stable
image: ghcr.io/berriai/litellm-database:main-v1.46.2
volumes:
- ./litellm-config.yaml:/app/config.yaml
- .keys:/app/.keys
Expand Down

0 comments on commit 8e690f3

Please sign in to comment.