Update README.md

This commit is contained in:
0xacx 2022-12-14 20:18:54 +02:00 committed by GitHub
parent 09f665e02c
commit 6d46b789a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Chatgpt-cli
A simple shell cli to use OpenAI's chatgpt from the terminal without installing python or node.
A simple shell script to use OpenAI's chatgpt from the terminal without installing python or node.
The script uses the `completion` endpoint and the "text-davinci-003" model.
## Getting Started