Skip to content

Commit

Permalink
feat: make formal the default tone (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgchan committed Jul 14, 2023
1 parent 09b0a8b commit 814378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ai-utils/descriptionconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const getDefaultDescriptionConfig = (): DescriptionConfig => ({
maxInputLength: 3900,
temperature: 7,
language: "english",
tone: "informative",
tone: "formal",
source: "diff",
},
});
Expand Down

0 comments on commit 814378d

Please sign in to comment.