Skip to content

Commit

Permalink
using gpt-4 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi authored Oct 13, 2023
1 parent 276c839 commit f4ed396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chatgpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Optional parameters
LANGUAGE: English
OPENAI_API_ENDPOINT: https://api.openai.com/v1
MODEL: gpt-3.5-turbo
MODEL: gpt-4
PROMPT: "Please highlight only the most important logical errors, or areas for improvement of the Pull Request. If the Pull Request adheres to all guidelines and best practices, simply respond with 'No suggestions, the PR is good.'"
# Configuration for OpenAI API request
top_p: 1 # Determines the portion of the probability mass to sample from - https://platform.openai.com/docs/api-reference/chat/create#chat/create-top_p
Expand Down

0 comments on commit f4ed396

Please sign in to comment.