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
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Codegpt
2
2
3
-
## 0.2.0
3
+
## 0.2.10
4
4
5
5
A tool for using GPT just a little quicker. A nearly truly automated footgun. Learn how to revert with git before trying please.
6
6
@@ -27,7 +27,7 @@ Usage
27
27
To try Codegpt, you can run the following command:
28
28
29
29
```bash
30
-
codegpt do<filenames>
30
+
codegpt do<instructions (quoted)><filenames>
31
31
```
32
32
33
33
It will prompt you for directions to follow, and it'll do whatever you want. Write new docs, add comments to code, just make sure to ask it to "edit" or "comment" or whatever so it knows to change files or not.
@@ -73,9 +73,3 @@ codegpt quick ugh <filenames>
73
73
Keep in mind that using GPT-3 for code generation is paid, with a cost of 2 cents per 1,000 tokens.
74
74
75
75
Just like with a Jr Dev, it's best to break up your tasks into smaller pieces to improve the results.
76
-
77
-
Propose endpoints as issues, I've got a few ideas:
0 commit comments