add providers gptTalkRu & ChatgptNext (#58)

This commit is contained in:
Dmitry Afanasyev
2023-11-21 20:10:24 +03:00
committed by GitHub
parent f8b32fcadc
commit 1efbbb27c2
8 changed files with 619 additions and 452 deletions

View File

@@ -6,7 +6,7 @@ ARG STAGE
ENV PYTHONUNBUFFERED=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
DOCKER_CONTAINER=1 \
POETRY_VERSION=1.7.0
POETRY_VERSION=1.7.1
RUN printf "================ Start build base service. with USER: ${USER}, STAGE: ${STAGE} ===============" \
&& apt-get update \