An open API service indexing awesome lists of open source software.

https://github.com/hirokidaichi/git-aico


https://github.com/hirokidaichi/git-aico

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# git-aico

The command that reads the difference and automatically generates a commit
message.

https://github.com/hirokidaichi/git-aico/assets/95184/6d3b9412-5d5c-4d24-9d64-3b7a620e2c1f

```
Usage: git aico

Description:

The command that reads the difference and automatically generates a commit message.

Options:

-h, --help - Show this help.
-m, --model - The model name to use (Default: "gpt-4")
-t, --temperature - The temperature to use (Default: 0.1)
--max-tokens - The max tokens to use (Default: 500)
-p, --prompt - The prompt file path to use
```
## Usage

## Install

```
deno install --allow-net --allow-read --allow-write --allow-env --allow-run --unstable -r -f -n git-aico https://raw.githubusercontent.com/hirokidaichi/git-aico/main/command.ts
```