Switch to GPT-3.5 engine

This commit is contained in:
Karim Iskakov
2023-01-16 14:20:47 -06:00
parent 0b028a9d3b
commit da75ac50e0
10 changed files with 197 additions and 50 deletions
+3 -7
View File
@@ -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