Skip to content

Commit 79fb2f3

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

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
@@ -105,7 +105,7 @@ This script relies on curl for the requests to the api and jq to parse the json
105105
- `history` To view your chat history, type `history`
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
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"
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`
109109
*If a command modifies your file system or dowloads external files the script will show a warning you before executing.*
110110
111111
### Chat context

0 commit comments

Comments
 (0)