cenyG / chatgpt-tgbot-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplest GPT Chat-bot Proxy

To run it you have to create .env file with variables like in .env.example

Run localy:

#Install dependencies
pip install -r rq.txt

#Run
python main.py

Run with docker:

#Build image
docker build .

#Run container
docker run --rm -d <IMAGE_HASH>

About


Languages

Language:Python 97.5%Language:Dockerfile 2.5%