gptcommit icon indicating copy to clipboard operation
gptcommit copied to clipboard

A git prepare-commit-msg hook for authoring commit messages with GPT-3.

Results 45 gptcommit issues
Sort by recently updated
recently updated
newest added

Hi @zurawiki, Noticed you're calling the openai completions endpoint. I'm working on litellm (simple library to standardize LLM API Calls - https://github.com/BerriAI/litellm) and wanted to see how i could be...

How to use it with this project? https://github.com/streamich/git-cz Tip: Skipping gptcommit because the githook isn't set up for the "Message" commit mode.

enhancement
help wanted
good first issue

**Describe the bug** When I try to commit, I regularly get a message that is mostly if not entirely unrelated to the changes. It seems to be basing the description...

bug
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** My team doesn't use conventional commits, so overriding the title or other prompts would be nice to have. **Describe the...

question

Please add support for [Azure OpenAI service](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview?WT.mc_id=DT-MVP-5003831) that now has General Availability (GA), including the GPT-3 model.

enhancement
help wanted

Greetings, out of curiosity I tried out `gptcommit` yesterday for the first time with three commits. Two of them were a bit larger with 265 additions and 214 deletions according...

help wanted
question

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.13. Release notes Sourced from clap's releases. v4.5.13 [4.5.13] - 2024-07-31 Fixes (derive) Improve error message when #[flatten]ing an optional #[group(skip)] (help) Properly wrap long...

dependencies
rust

Bumps [which](https://github.com/harryfei/which-rs) from 4.4.2 to 6.0.2. Release notes Sourced from which's releases. 6.0.2 Add tracing feature which outputs debugging information to the tracing ecosystem. 6.0.1 Remove dependency on once_cell for...

dependencies
rust

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.204. Release notes Sourced from serde's releases. v1.0.204 Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag...

dependencies
rust

**Describe the bug** **To Reproduce** use cargo install gptcommit v0.5.16 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![image](https://github.com/zurawiki/gptcommit/assets/34827878/e79ee3b3-2836-4997-bafe-ead9139d197c) **Run your command with the...

bug