The scope of this project is to create a working chatbot without any custom coding, only use ChatGTP to generate files.
Here you can find the used chat
git clone chatgtp-generated-chatbot
cd chatgtp-generated-chatbot
npm i
pip install openai python-dotenv json
Next create a file .env
and make sure you store your ChatGTP API key:
API_KEY=[content-of-your-key]
Note that this .env
file is included in .gitignore
to prevent your token being exposed in Github.