commitgpt icon indicating copy to clipboard operation
commitgpt copied to clipboard

Automatically generate commit messages using ChatGPT

Results 19 commitgpt issues
Sort by recently updated
recently updated
newest added

With config: ``` { "model": "gpt-3.5-turbo", "temperature": 0.5, "maxTokens": 2048 } ``` I get the following error message: ``` data: { error: { message: 'This is a chat model and...

``` // ... data: { error: { message: 'The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations', type: 'invalid_request_error', param: null, code: 'model_not_found' } } ```

I can use the plugin just fine, but after restarting my PyCharm, the plugin would lose my OpenAI token in the settings. I can adjust other settings just fine and...

Hello, i'm trying to run `npx commitgpt` on my branch to test it with a valid token and I seem to be getting a 429 error and no real idea...

Hi, In the example in the readme you have : ``` suggest 10 commit messages based on the following diff: {{diff}} commit messages should: - follow conventional commits - message...

Github shows an automatic link to create PR on push. Would be amazing to pre-populate PR message with ChatGPT

enhancement

## Description Adds several features and improvements to the codebase, including inline documentation, command line switches, usage information and a print prompt option. ### Changes Made - Added JSDoc comments...