chatGPT-discord-bot icon indicating copy to clipboard operation
chatGPT-discord-bot copied to clipboard

Can have more elaboration on Step 3?

Open crzran opened this issue 2 years ago • 2 comments

Hi, im not really a programmer and i am deeply confused by step 3, this is what i typed. image However nothing occurs

crzran avatar Feb 08 '23 14:02 crzran

actually im confused about what does this sentence: pip install -r requirements.txt mean

crzran avatar Feb 08 '23 14:02 crzran

@crzran, you need to run pip install -r requirements.txt with python>=3.9 for download the dependencies of the project. Once it's done you can run python3 main.py for launch the bot.

Also, you can install docker and go inside the project in command line and just run docker compose up -d https://github.com/Zero6992/chatGPT-discord-bot#step-3-run-the-bot-with-docker (README.md step3 docker).

Whatever the previous method you choose, don't forget to rename the config.dev.json file to config.json and to put inside the token of your bot discord then your api key of openai.

RedSnoww12 avatar Feb 08 '23 15:02 RedSnoww12