You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The script allows the use of all other OpenAI models with the `completions` endp
14
14
- Pass the input prompt with [pipe](#pipe-mode), as a [script parameter](#script-parameters) or normal [chat mode](#chat-mode)
15
15
- List all available [OpenAI models](#commands)
16
16
- Set OpenAI [request parameters](#set-request-parameters)
17
+
- Generate a [command](#commands) and run it in terminal
17
18
18
19

19
20
@@ -104,6 +105,8 @@ This script relies on curl for the requests to the api and jq to parse the json
104
105
- `history` To view your chat history, type `history`
105
106
- `models` To get a list of the models available at OpenAI API, type `models`
106
107
- `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.*
0 commit comments