Skip to content

Commit 69ed6f8

Browse files
committed
new version forcing
1 parent d512f96 commit 69ed6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GPT for your terminal
22

33
* Do you want to use ChatGPT in your terminal? Well, now you can!
4-
* Do you always forget the syntax for a for loop? Well, now you can ask GPT to write it for you!
4+
* Do you always forget the syntax for a for loop? Well, now you can ask GPT to write it for you!
55
* It is a superfast way to get your commands quickly written for you.
66
* Use ChatGPT in bash or zsh.
77

@@ -10,7 +10,7 @@ Unleash the Power of GPT in Your Terminal. A Python-based tool that integrates O
1010
## How it works
1111
Using langchain the command takes all the arguments and passes that to the OpenAI API.
1212
The response is then parsed and the command is printed to the terminal including a short description of what it does.
13-
The command is also copied to your clipboard so you can paste it in your terminal.
13+
The command is also copied to your clipboard and so you can paste it in your terminal.
1414

1515
NOTE: no data is shared from your system, only the natural language you pass it is sent to the OpenAI API.
1616

0 commit comments

Comments
 (0)