Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 787 Bytes

chatgpt-cli

Usage

chatgpt "What is Linux?"
Linux is an open source operating system that is based on the Linux kernel. It is a free and open source software that can be used on a wide variety of computer hardware, from embedded devices and mobile phones to supercomputers and web servers. Linux is widely used in server and cloud computing, as well as for desktop computers, laptops,

chatgpt --model text-davinci-003 --temperature 0 --max-tokens 128 "What is love?"
Love is a strong emotion of affection and attachment towards someone or something. It is a feeling of deep affection, care, and admiration for someone or something.

Installation

git clone git@github.com:teunissenstefan/chatgpt-cli.git
cd chatgpt-cli
chmod +x ./install.sh
./install.sh