Welcome to AI Code Review Assistant, the next step in automating your coding review process. Powered by the cutting-edge technologies of OpenAI API and LangChain, this application leverages the best in AI to streamline code reviews, making them more efficient and insightful.
-
Automated Code Reviews: Get instant feedback on your code's quality, style, and potential bugs.
-
Powered by OpenAI and LangChain: Utilizes advanced AI models for in-depth analysis.
-
Built with Vite + React: A modern, fast, and powerful web development setup.
To get your local environment set up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/jjxmonster/ai-code-review-assistant
- Install dependencies:
Navigate to the project directory and run:
bun install
- Set up your
.env
file:
Create a .env
file in the root of your project and add your OpenAI API key:
VITE_OPENAI_API_KEY=your_openai_api_key_here
Replace your_openai_api_key_here
with your actual OpenAI API key.