https://github.com/fdograph/ai-code-review
AI generated custom code reviews using the OpenAi API
https://github.com/fdograph/ai-code-review
Last synced: 12 days ago
JSON representation
AI generated custom code reviews using the OpenAi API
- Host: GitHub
- URL: https://github.com/fdograph/ai-code-review
- Owner: fdograph
- License: mit
- Created: 2023-06-18T15:49:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T16:03:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T19:32:40.238Z (3 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AI Code Review
This is an extension that uses the OpenAI API on selected pieces of code and offers AI generated code reviews on them.
## Open AI API key
In order to use this extension you need to obtain an OpenAI API key so you'll need to have an active OpenAI account.
You can create API Keys in your [account settings page](https://platform.openai.com/account/api-keys)## Features
TBD
## Requirements
In order to use this extension you need to obtain an OpenAI API key so you'll need to have an active OpenAI account.
You can create API Keys in your [account settings page](https://platform.openai.com/account/api-keys)## Extension Settings
This extension contributes the following settings:
- `ai-code-review.apiKey`: OpenAi API key
- `ai-code-review.model`: Model to use## Release Notes
This is a highly experimental and unstable extension. Use at your own risk
**Enjoy!**