101market / fast-grill-url

0 stars 0 forks source link

TODO: github-action에 chatgpt 적용해서, 코드리뷰 자동으로 적용하기 #44

Open americanomin opened 1 year ago

americanomin commented 1 year ago

해볼만한 것

americanomin commented 1 year ago

https://github.com/anc95/ChatGPT-CodeReview/blob/main/README.ko.md 문서를 참고해서 만들어봄

방법은 크게 두가지이다. github action / github app

github action

github action을 사용하면, actions에 하나가 더 뜬다. PR 예시) https://github.com/101market/fast-grill-url/pull/50 -> 이 방법으로 하면 다음과 같이 제대로 안뜸

스크린샷 2023-04-12 오후 10 54 38

PR 예시) https://github.com/101market/fast-grill-url/pull/51 이 방법으로 해야함. 한국 read me 가이드에 있는 형식

스크린샷 2023-04-12 오후 11 14 43

그런데 그래도.. 영어로 뜸

github app

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

스크린샷 2023-04-12 오후 10 55 52 스크린샷 2023-04-12 오후 10 55 43
americanomin commented 1 year ago

한국어로 번역이 안되는 이유가 궁금해서 코드를 까봄. 그런데 한국어로 답변해달라는 프롬프트를 전달하는 수준이라.. 왜 한국어로 안되는지는 모르겠음.

코드위치

https://github.com/anc95/ChatGPT-CodeReview/blob/main/src/chat.ts#L16-L24

스크린샷 2023-04-12 오후 11 30 33

프롬프트

프롬프트가 문제인건가 싶어서, 똑같이 질문해봤는데 한글로 잘 대답함.

스크린샷 2023-04-12 오후 11 32 27