Update README.md

This commit is contained in:
0xacx 2023-02-09 01:33:58 +02:00 committed by GitHub
parent 205c0043b2
commit d84796efcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,11 +58,11 @@ This script relies on curl for the requests to the api and jq to parse the json
### Commands
- `images:`, To generate images, start a prompt with `image:`
- `images:` 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.
- `history`, To view your chat history, type `history`
- `models`, To get a list of the models available at OpenAI API, type `models`
- `model:`, To view all the information on a specific model, start a prompt with `model:` and the model `id` as it appears in the list of models. For example: `model:text-babbage:001` will get you all the fields for `text-babbage:001` model
- `history` To view your chat history, type `history`
- `models` To get a list of the models available at OpenAI API, type `models`
- `model:` To view all the information on a specific model, start a prompt with `model:` and the model `id` as it appears in the list of models. For example: `model:text-babbage:001` will get you all the fields for `text-babbage:001` model
### Set request parameters