Skip to content

Commit 9e10e58

Browse files
committed
refactor(config): adjust default AI temperature from 0.4 to 0.3
1 parent 4c8dc0d commit 9e10e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class ConfigManager {
2222
]
2323
private static readonly defaultMaxTokens = 1024
2424
private static readonly defaultModel = "claude-3-5-sonnet-latest"
25-
private static readonly defaultTemperature = 0.4
25+
private static readonly defaultTemperature = 0.3
2626

2727
getConfig(): CommitConfig {
2828
const config = workspace.getConfiguration("diffCommit")

0 commit comments

Comments
 (0)