Skip to content

Commit 348515a

Browse files
bump
1 parent 5ed79a7 commit 348515a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import prompts from "prompts";
88
import { program } from "commander";
99

1010
let openai;
11-
let model = "gpt-4-0125-preview"; // Default model
11+
let model = "gpt-3.5-turbo-1106"; // Default model
1212

1313
export async function getGitSummary() {
1414
try {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laststance/git-gpt-commit",
3-
"version": "0.7.0-beta02",
3+
"version": "0.7.0-beta03",
44
"description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)