mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 03:54:57 +03:00
Switch to GPT-3.5 engine
This commit is contained in:
+3
-7
@@ -8,16 +8,12 @@ ENV PIP_NO_CACHE_DIR=off
|
||||
ENV PIP_DISABLE_PIP_VERSION_CHECK=on
|
||||
ENV PIP_DEFAULT_TIMEOUT=100
|
||||
|
||||
# Env vars
|
||||
ENV TELEGRAM_TOKEN ${TELEGRAM_TOKEN}
|
||||
ENV CHATGPT_SESSION_TOKEN ${CHATGPT_SESSION_TOKEN}
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3 python3-pip python-dev build-essential python3-venv
|
||||
|
||||
RUN mkdir -p /chatgpt_telegram_bot
|
||||
ADD . /chatgpt_telegram_bot
|
||||
WORKDIR /chatgpt_telegram_bot
|
||||
RUN mkdir -p /code
|
||||
ADD . /code
|
||||
WORKDIR /code
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user