Skip to content

Commit e478531

Browse files
authored
Update README.md
1 parent 79fb2f3 commit e478531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This script relies on curl for the requests to the api and jq to parse the json
106106
- `models` To get a list of the models available at OpenAI API, type `models`
107107
- `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
108108
- `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.*
110110
111111
### Chat context
112112

0 commit comments

Comments
 (0)