mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
Update README.md
This commit is contained in:
parent
c34e266c77
commit
205c0043b2
@ -58,11 +58,11 @@ This script relies on curl for the requests to the api and jq to parse the json
|
|||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
- 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.
|
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`
|
- `history`, To view your chat history, type `history`
|
||||||
- To get a list of the models available at OpenAI API, type `models`
|
- `models`, To get a list of the models available at OpenAI API, type `models`
|
||||||
- To view all the information on a specific model, use `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
|
- `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
|
### Set request parameters
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user