Update README.md

This commit is contained in:
0xacx 2023-02-09 01:28:13 +02:00 committed by GitHub
parent d9765ceeb5
commit c34e266c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,12 @@ This script relies on curl for the requests to the api and jq to parse the json
## Usage
### Start
- Run the script by using the `chatgpt` command anywhere
### Commands
- To generate images, start a prompt with `image:`
If you are using iTerm, you can view the image directly in the terminal. Otherwise the script will ask to open the image in your browser.
- To view your chat history, type `history`
@ -61,7 +66,7 @@ This script relies on curl for the requests to the api and jq to parse the json
### Set request parameters
- To set request parameters (temperature, model, image size and max tokens) you can start the script like this: `chatgpt --temperature 0.9 --model text-babbage:001 --max-tokens 100 --size 1024x1024`
- To set request parameters you can start the script like this: `chatgpt --temperature 0.9 --model text-babbage:001 --max-tokens 100 --size 1024x1024`
The available parameters are:
- temperature, `-t` or `--temperature`