Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjxmonster/ai-code-review-assistant
Automate code reviews with AI Code Review Assistant.
https://github.com/jjxmonster/ai-code-review-assistant
ai langchain openai-api zustand
Last synced: about 2 months ago
JSON representation
Automate code reviews with AI Code Review Assistant.
- Host: GitHub
- URL: https://github.com/jjxmonster/ai-code-review-assistant
- Owner: jjxmonster
- Created: 2024-03-22T22:55:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T19:55:30.000Z (8 months ago)
- Last Synced: 2024-05-16T07:21:10.495Z (8 months ago)
- Topics: ai, langchain, openai-api, zustand
- Language: TypeScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Code Review Assistant
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.
## Features
- **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.
## Getting Started
To get your local environment set up and running, follow these simple steps:
1. **Clone the repository:**
```
git clone https://github.com/jjxmonster/ai-code-review-assistant
```2. **Install dependencies:**
Navigate to the project directory and run:
```
bun install
```3. **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.