mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-14 16:18:02 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba82d4d476 | ||
|
|
9bf2ed34a5 | ||
|
|
f6ab25ed1b |
12
README.md
12
README.md
@@ -54,6 +54,18 @@ oc
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
### Switch to GPT-4
|
||||||
|
|
||||||
|
By default OpenCommit uses GPT-3.5-turbo (ChatGPT).
|
||||||
|
|
||||||
|
You may switch to GPT-4 which performs better, but costs ~x15 times more 🤠
|
||||||
|
|
||||||
|
```sh
|
||||||
|
oc config set model=gpt-4
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure you do lowercase `gpt-4`.
|
||||||
|
|
||||||
### Preface commits with emoji 🤠
|
### Preface commits with emoji 🤠
|
||||||
|
|
||||||
[GitMoji](https://gitmoji.dev/) convention is used.
|
[GitMoji](https://gitmoji.dev/) convention is used.
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.6.1",
|
"@clack/prompts": "^0.6.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"description": "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
"description": "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"git",
|
"git",
|
||||||
|
|||||||
Reference in New Issue
Block a user