- Sign up to groq cloud and get your groq cloud API key
- Clone this repository
- Install the node modules with yarn
$ yarn
- Copy or rename the
.env.examplefile to.env - Enter your groq cloud API key to
.envon variableGROQ_API_KEY, for example:
GROQ_API_KEY="your_groq_api_key_here"
- All set, and your can run the code with command:
$ yarn start
Anggit M Ginanjar - anggit.ginanjar.dev@gmail.com