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 8483e62 commit 715d6c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const constructPromptsArray = (
});

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

return [...prompts, answerLanguage];
return [answerLanguage, ...prompts];
};

0 comments on commit 715d6c7

Please sign in to comment.