UNPKG

nodejs-gpt

Version:

A ChatGPT implementation using the official ChatGPT model via OpenAI's API.

3 lines 64 B
module.exports = { '*.{js,ts}': ['eslint --fix', 'eslint'], };