Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review prompt improvements #11

Merged
merged 4 commits into from
May 7, 2023
Merged

Review prompt improvements #11

merged 4 commits into from
May 7, 2023

Conversation

ravilushqa
Copy link
Owner

@ravilushqa ravilushqa commented May 7, 2023

Description

This pull request introduces improvements to the review prompt functionality. The changes include the addition of an AI review of the code changes using OpenAI's GPT-3 language model. The review is generated file by file, and if any issues are identified, comments are generated and added to the pull request. The overall review of all the changes is also generated and added as a comment to the pull request. Additionally, this pull request introduces CodeReviewGPT, an AI agent that specializes in generating code reviews for software projects using advanced natural language processing and machine learning techniques. The agent's goals are to analyze structure and logic to provide comprehensive feedback on code quality, readability, maintainability, and performance, identify potential bugs, security vulnerabilities, and other issues that may impact the functionality and stability of the software, and generate a JSON report in a specific format to help developers improve their code.

Changes

  • Added functionality to generate comments on a pull request based on an AI review of the code changes
  • Added embedded file assets/review.txt for prompt review
  • Added Temperature parameter to ChatCompletionRequest with a value of 0.1.

@ravilushqa ravilushqa merged commit 319feef into main May 7, 2023
@ravilushqa ravilushqa deleted the review_prompt_improvements branch May 7, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant