This commit is contained in:
boazgarty 2026-09-12 08:05:27 +00:00 committed by GitHub
commit 3f1a854d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,6 @@ COPY . /app
# Install any needed packages specified in requirements.txt
RUN python3 -m pip install litellm
RUN python3 -m pip install -r requirements.txt
COPY start.sh /start.sh
ENTRYPOINT [ "/bin/bash", "/start.sh" ]

View file

@ -1 +1 @@
litellm==1.83.14
litellm==1.84.0