aigitcommit 1.5.5

A simple git commit message generator by OpenAI compaction model.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  aigitcommit:
    build:
      context: .
    network_mode: host
    environment:
      OPENAI_API_BASE: ""
      OPENAI_API_TOKEN: ""
      OPENAI_MODEL_NAME: ""
      OPENAI_API_PROXY: ""

    volumes:
      - .:/repo:ro