Skip to content

Commit 622277c

Browse files
committed
Update: Switch Grok model to grok-3-mini-fast-beta
- Updates the AI model in GenerateCommitMessage to - use the newer, potentially faster beta version - for improved commit message generation.
1 parent 381f822 commit 622277c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grok/grok.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func GenerateCommitMessage(config *types.Config, changes string, apiKey string)
2424
Content: prompt,
2525
},
2626
},
27-
Model: "grok-2-latest",
27+
Model: "grok-3-mini-fast-beta",
2828
Stream: false,
2929
Temperature: 0,
3030
}

0 commit comments

Comments
 (0)