Open americanomin opened 1 year ago
https://github.com/anc95/ChatGPT-CodeReview/blob/main/README.ko.md 문서를 참고해서 만들어봄
방법은 크게 두가지이다. github action / github app
github action을 사용하면, actions에 하나가 더 뜬다. PR 예시) https://github.com/101market/fast-grill-url/pull/50 -> 이 방법으로 하면 다음과 같이 제대로 안뜸
PR 예시) https://github.com/101market/fast-grill-url/pull/51 이 방법으로 해야함. 한국 read me 가이드에 있는 형식
그런데 그래도.. 영어로 뜸
PR 예시) https://github.com/101market/fast-grill-url/pull/49
https://github.com/apps/cr-gpt
여기가서 설치한 후, github actions 들어가면 뜸. https://github.com/organizations/101market/settings/installations
한국어로 번역이 안되는 이유가 궁금해서 코드를 까봄. 그런데 한국어로 답변해달라는 프롬프트를 전달하는 수준이라.. 왜 한국어로 안되는지는 모르겠음.
https://github.com/anc95/ChatGPT-CodeReview/blob/main/src/chat.ts#L16-L24
프롬프트가 문제인건가 싶어서, 똑같이 질문해봤는데 한글로 잘 대답함.
해볼만한 것