Chat with Chatgpt in terminal
npm i playwright-extra puppeteer-extra-plugin-stealth playwright-core
npx playwright install chromium- Basic usage:
$ ./chatgpt.js "enter any text here"- Run in headless mode:
$ xvfb-run .chatgpt.js "enter any text here"Check out copilot-cli and DuckAI-cli
This script is designed to process one question and answer at a time, delivering in plain text format. It is optimized for command-line use, enabling users to rapidly retrieve answers directly in the terminal, without having to engage in a conversation with Chatgpt.
