diff --git a/.github/workflows/codeReview.yml b/.github/workflows/codeReview.yml index 16baee2..e3d2713 100644 --- a/.github/workflows/codeReview.yml +++ b/.github/workflows/codeReview.yml @@ -18,7 +18,7 @@ jobs: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} LANGUAGE: Korean OPENAI_API_ENDPOINT: https://api.openai.com/v1 - MODEL: gpt-3.5-turbo + MODEL: gpt-4o # PROMPT: # example: Please check if there are any confusions or irregularities in the following code diff: top_p: 1 temperature: 1