diff --git a/.github/workflows/codereviews.yml b/.github/workflows/codereviews.yml index 435dd81d7..28cd1abe0 100644 --- a/.github/workflows/codereviews.yml +++ b/.github/workflows/codereviews.yml @@ -18,8 +18,8 @@ jobs: openai_api_key: ${{ secrets.OPENAI_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} github_pr_id: ${{ github.event.number }} - openai_model: "gpt-4o" # optional - #openai_model: "gpt-3.5-turbo" # optional + #openai_model: "gpt-4o" # optional + openai_model: "gpt-3.5-turbo" # optional openai_temperature: 0.5 # optional openai_max_tokens: 2048 # optional mode: files # files or patch