Skip to content

Commit

Permalink
Update readme to reflect change to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
shanginn committed Jul 19, 2024
1 parent 453bd21 commit 5a0b889
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Tired of writing commit messages? Let the computer do it for you!
## Installation

```bash
npm install -g git-aicommit
bun add -g git-aicommit
```

## Configuration
Expand Down Expand Up @@ -55,7 +55,7 @@ export default {
],
diffFilter: 'ACMRTUXB',
completionPromptParams: {
model: "gpt-3.5-turbo",
model: "gpt-4o-mini",
temperature: 0.0,
maxTokens: 1000,
}
Expand Down Expand Up @@ -83,6 +83,4 @@ alias gai='git-aicommit'
gai
```

It that simple!


It's that simple!

0 comments on commit 5a0b889

Please sign in to comment.