VS Code Extension: Auto Commit with GPTThis extension automatically generates Conventional Commit messages for each modified file in your Git repository using OpenAI's API. Setting Up the OpenAI API KeyBefore using the extension, you need to configure your OpenAI API key. Here's how to do it: Step 1: Obtain Your OpenAI API Key
Step 2: Configure the API Key in VS CodeTo use the OpenAI API with this extension, you must add the API key to your VS Code settings:
Now, the extension will have access to your OpenAI API key. Using the ExtensionOnce the API key is configured, follow these steps to use the extension:
Make sure you have Git properly configured in your project, as the extension relies on Git to detect changes. Troubleshooting
Ensure that the key is correctly added in the VS Code settings as described above. |