Skip to content

Commit

Permalink
Merge branch 'master' into feature/removeVersionCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Salter committed Mar 8, 2024
2 parents 656c26b + 404cf42 commit 0571dc2
Show file tree
Hide file tree
Showing 10 changed files with 1,529 additions and 1,364 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ git add <files...>
oco
```

You can also run it with local model through ollama:
- install and start ollama
- run `ollama run mistral` (do this only once, to pull model)
- run (in your project directory):

```sh
git add <files...>
AI_PROVIDER='ollama' opencommit
```



## Configuration

### Local per repo configuration
Expand Down
Loading

0 comments on commit 0571dc2

Please sign in to comment.