We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8dc0d commit 9e10e58Copy full SHA for 9e10e58
src/configManager.ts
@@ -22,7 +22,7 @@ export class ConfigManager {
22
]
23
private static readonly defaultMaxTokens = 1024
24
private static readonly defaultModel = "claude-3-5-sonnet-latest"
25
- private static readonly defaultTemperature = 0.4
+ private static readonly defaultTemperature = 0.3
26
27
getConfig(): CommitConfig {
28
const config = workspace.getConfiguration("diffCommit")
0 commit comments