Compare commits

..

3 Commits

Author SHA1 Message Date
Sergey Bunas
2b83455109 Update README.md 2023-04-30 18:48:40 +08:00
di-sukharev
9bf2ed34a5 docs(README.md): add GPT-4 usage instructions and mention the cost difference compared to GPT-3.5-turbo 2023-04-28 15:35:40 +08:00
di-sukharev
f6ab25ed1b 2.0.3 2023-04-28 15:31:54 +08:00
3 changed files with 24 additions and 3 deletions

View File

@@ -12,6 +12,15 @@
---
Core Mainteiners
| Dima Sukharev | Sergey Bunas |
|---|---|
| ![image](https://user-images.githubusercontent.com/12963383/235348919-900ca9f4-f3d2-4ba8-923e-ffbecfcf1885.png) | ![f1a2560c-df3b-423eabff-089f33d984aa](https://user-images.githubusercontent.com/12963383/235348907-105cd389-756d-4f51-a95b-242e71ba3b30.jpeg)|
| https://twitter.com/io_Y_oi/photo | https://twitter.com/sergeybunas |
---
<div align="center">
<img src=".github/opencommit-example.png" alt="OpenCommit example"/>
</div>
@@ -54,6 +63,18 @@ oc
## 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 🤠
[GitMoji](https://gitmoji.dev/) convention is used.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "opencommit",
"version": "2.0.2",
"version": "2.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "opencommit",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.6.1",

View File

@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "2.0.2",
"version": "2.0.3",
"description": "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [
"git",