Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Aug 24, 2023
1 parent 0e44fc6 commit a1929f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (e.GPT)

## 0.11.0
## 0.11.1

- implement `fix` command

Expand Down
2 changes: 1 addition & 1 deletion commands/fix.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func Init_fix_Command(rootCmd *cobra.Command) {
)
systemPrompt.WriteString(
fmt.Sprintf(
"Output translated text only in %v language.\n",
"Respond only in %v language.\n",
outputLanguage,
),
)
Expand Down

0 comments on commit a1929f4

Please sign in to comment.