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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ This script relies on curl for the requests to the api and jq to parse the json
106
106
- `models` To get a list of the models available at OpenAI API, type `models`
107
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
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.*
109
+
*If a command modifies your file system or dowloads external files the script will show a warning before executing.*
0 commit comments