- prerequisites
- node
- npm
- main file
- main.mjs
- running the project
- replace "YOUR_API_KEY" in .env file with your own real api key.
-
$ npm i $ npm run start
- prerequisites
- python 3 (only tested on python >=v.3, will possibly work on older versions as well)
- pip
- main file
- main.py
- running the project
- replace "YOUR_API_KEY" in .env file with your own real api key.
- Here the dependencies are installed for the local user, if you want to install it globally on your system, I.E all users, simply remove the " -u " flag.
-
$ pip install -u python-dotenv $ pip install -u openai $ python main.py