opencommit 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/out/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,18 @@ oc
|
|
|
54
54
|
|
|
55
55
|
## Features
|
|
56
56
|
|
|
57
|
+
### Switch to GPT-4
|
|
58
|
+
|
|
59
|
+
By default OpenCommit uses GPT-3.5-turbo (ChatGPT).
|
|
60
|
+
|
|
61
|
+
You may switch to GPT-4 which performs better, but costs ~x15 times more 🤠
|
|
62
|
+
|
|
63
|
+
```sh
|
|
64
|
+
oc config set model=gpt-4
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Make sure you do lowercase `gpt-4`.
|
|
68
|
+
|
|
57
69
|
### Preface commits with emoji 🤠
|
|
58
70
|
|
|
59
71
|
[GitMoji](https://gitmoji.dev/) convention is used.
|
package/out/cli.cjs
CHANGED
|
@@ -16076,7 +16076,7 @@ function G3(t, e2) {
|
|
|
16076
16076
|
// package.json
|
|
16077
16077
|
var package_default = {
|
|
16078
16078
|
name: "opencommit",
|
|
16079
|
-
version: "2.0.
|
|
16079
|
+
version: "2.0.3",
|
|
16080
16080
|
description: "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
|
16081
16081
|
keywords: [
|
|
16082
16082
|
"git",
|