Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 596 Bytes

OpenAI project

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

How to use

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.