Skip to content

Commit 58dabf7

Browse files
authored
Update README.md
1 parent c1380ea commit 58dabf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The script allows the use of all other OpenAI models with the `completions` endp
1414
- Pass the input prompt with [pipe](#pipe-mode), as a [script parameter](#script-parameters) or normal [chat mode](#chat-mode)
1515
- List all available [OpenAI models](#commands)
1616
- Set OpenAI [request parameters](#set-request-parameters)
17+
- Generate a [command](#commands) and run it in terminal
1718

1819
![Screenshot 2023-01-12 at 13 59 08](https://user-images.githubusercontent.com/99351112/212061157-bc92e221-ad29-46b7-a0a8-c2735a09449d.png)
1920

@@ -104,6 +105,8 @@ This script relies on curl for the requests to the api and jq to parse the json
104105
- `history` To view your chat history, type `history`
105106
- `models` To get a list of the models available at OpenAI API, type `models`
106107
- `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
108+
- `command:` To get a command with the specified functionality and run it, just type `command:` and explain what you want to achieve. The script will always ask you if you want to execute the command. i.e. `command: show me all files in this directory that have more than 150 lines of code"
109+
*If a command modifies your file system or dowloads external files the script will show a warning you before executing.*
107110
108111
### Chat context
109112

0 commit comments

Comments
 (0)