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 715d6c7 commit 1557d9a
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: `
? `, 그리고 앞의 질문에 한글로 답해줘,`
: '';

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

0 comments on commit 1557d9a

Please sign in to comment.