mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-03-13 10:11:23 -07:00
Update live image
This commit is contained in:
parent
d64d64bdf4
commit
c4d4e3abeb
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue