Update live image

This commit is contained in:
hlohaus 2025-06-13 22:02:42 +02:00
parent d64d64bdf4
commit c4d4e3abeb
2 changed files with 1 additions and 2 deletions

View file

@ -36,4 +36,4 @@ RUN git clone https://github.com/hlohaus/deepseek4free.git \
&& cd deepseek4free && git checkout 21Feb \
&& pip install --no-cache-dir . && cd .. && rm -rf deepseek4free
CMD docker/update.sh & docker/start.sh
CMD git pull origin main && docker/update.sh & docker/start.sh

View file

@ -21,7 +21,6 @@ from .response import BaseConversation, AuthResult
from .helper import concat_chunks
from ..cookies import get_cookies_dir
from ..errors import ModelNotFoundError, ResponseError, MissingAuthError, NoValidHarFileError, PaymentRequiredError
from .. import debug
SAFE_PARAMETERS = [
"model", "messages", "stream", "timeout",