Skip to content

Commit

Permalink
feat: fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
willy-dunamu committed Sep 4, 2024
1 parent e843aa3 commit 8483e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const constructPromptsArray = (
});

const answerLanguage = process.env.LANGUAGE
? `Answer me in ${process.env.LANGUAGE},`
? `Answer me in Korean,`
: '';

return [...prompts, answerLanguage];
Expand Down

0 comments on commit 8483e62

Please sign in to comment.