Skip to content

Commit 68431bd

Browse files
Update GPT model to gpt-4-1106-preview in index.js
1 parent 608ae2d commit 68431bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const gptCommit = async () => {
4444
\n\nThe Commit message must wrap with double quote like this "your commit message"
4545
\n\nCommit message: `;
4646
const parameters = {
47-
model: "gpt-3.5-turbo-instruct",
47+
model: "gpt-4-1106-preview",
4848
prompt,
4949
temperature: 0,
5050
max_tokens: 50,

0 commit comments

Comments
 (0)