This project uses Aiogram3 in order to provide basic communication
with OpenAI's ChatGPT 3.5 Turbo in Telegram.
Work in progress.
- Copy .env.dist
- Rename .env.dist to .env
- Enter environmental variables in .env file
> git clone git@github.com:edoxa1/gpt-testbot.git
> cd ./gpt-testbot/
> python -m venv venv
> ./venv/Scripts/activate
> pip install -r requirements.txt
> python ./bot.py