From 4eb240f36dc0dbc7c666718100f196db9c92a178 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Mon, 13 Feb 2023 19:48:30 -0500 Subject: [PATCH] README changes --- README.md | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b0cec30..ec5d6e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ After that, generate your commit running `aicommits`. ## How it works -This CLI tool runs a `git diff` command to grab all the latest changes, sends this to OpenAI's GPT-3, then returns the AI generated commit message. Video coming soon where I rebuild it from scratch to show you how to easily build your own CLI tools powered by AI. +This CLI tool runs a `git diff` command to grab all the latest changes, sends this to OpenAI's GPT-3, then returns the AI generated commit message. I also want to note that it does cost money since data gets sent to OpenAI for a commit message to be generated. However, OpenAI gives folks $18 of free credits and commit message generations are cheap so it should be free for a long time. + +Video coming soon where I rebuild it from scratch to show you how to easily build your own CLI tools powered by AI. ## Limitations @@ -35,11 +37,6 @@ This CLI tool runs a `git diff` command to grab all the latest changes, sends th The next version of the CLI, v2, will address both of these limitations! -## Tasks now - -- Experiment with openai curie and codex as opposed to dacinvi - - Figure out the price per commit - ## Future tasks - Add support for conventional commits as a flag that users can enable diff --git a/package.json b/package.json index 5b5e25e..82bd74c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "0.3.0", + "version": "0.3.2", "description": "Writes your git commit messages for you with AI", "main": "bin/index.js", "bin": {