From ed15314b8a5fdb412173df4894b29031120928ec Mon Sep 17 00:00:00 2001 From: Rubens Flinco Date: Sat, 11 May 2024 16:28:31 -0300 Subject: [PATCH] Update test-action.yml --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 08131b6..d18db61 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -53,7 +53,7 @@ jobs: github_repository: ${{ github.repository }} github_pull_request_number: ${{ github.event.pull_request.number }} git_commit_hash: ${{ github.event.pull_request.head.sha }} - model: "gpt-3.5-turbo" + model: "gemini-1.5-pro-latest" temperature: "0.1" max_tokens: "512" top_p: "1"