mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Update live image
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user