Chat with Chatgpt in terminal
npm i playwright-extra puppeteer-extra-plugin-stealth
npx playwright install chromium- Basic usage:
$ ./chatgpt.js "enter any text here"- Turn on web search feature:
$ ./chatgpt.js "enter any text here" true- 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.
