Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

gptcommit

install

# Arch
yay -S --noconfirm gptcommit-bin
# Cargo
cargo install --force gptcommit

config

Add into environment:

GPTCOMMIT__OPENAI__API_KEY=<openai_apikey>
GPTCOMMIT__OPENAI__API_BASE=<openai_base_url>
GPTCOMMIT__OPENAI__MODEL=<openai_model>