mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-12 23:28:16 -05:00
Compare commits
2 Commits
v2.0.3
...
Serjobas-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b83455109 | ||
|
|
9bf2ed34a5 |
21
README.md
21
README.md
@@ -12,6 +12,15 @@
|
||||
|
||||
---
|
||||
|
||||
Core Mainteiners
|
||||
|
||||
| Dima Sukharev | Sergey Bunas |
|
||||
|---|---|
|
||||
|  | |
|
||||
| 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.
|
||||
|
||||
Reference in New Issue
Block a user