File tree Expand file tree Collapse file tree 3 files changed +16
-292
lines changed Expand file tree Collapse file tree 3 files changed +16
-292
lines changed Original file line number Diff line number Diff line change 1
1
# Codegpt
2
2
3
- ## 0.2.15
3
+ ## 0.3
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
@@ -21,7 +21,19 @@ Windows users can also use `setx` like:
21
21
22
22
from an admin console.
23
23
24
- ## Be careful! But try this
24
+ ## Your first (safe) command
25
+
26
+ One cool thing is generating documentation. GPT-3 has a token limit of 4000 for completions, so larger files will be chunked up.
27
+
28
+ ``` bash
29
+ codegpt docs < paths>
30
+ ```
31
+
32
+ And it'll generate docs, one per file. This is great when you're coming into a codebase you've never seen before.
33
+
34
+ ## Unsafe Commands
35
+
36
+ Everything else can modify files. Have someone hold your beer and try some of these (after you check it into git):
25
37
26
38
Usage
27
39
To try Codegpt, you can run the following command:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " codegpt"
3
- version = " 0.2.15 "
3
+ version = " 0.3.0 "
4
4
license = " GPL-3.0-or-later"
5
- description = " A CLI tool for refactoring code using OpenAI's models "
5
+ description = " A CLI tool for developers using GPT-3. "
6
6
authors = [" John Partee" ]
7
7
repository = " https://github.com/morganpartee/codegpt"
8
8
readme = " README.md"
You can’t perform that action at this time.
0 commit comments