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

Security concerns #1

Open
developer239 opened this issue Apr 10, 2023 · 1 comment
Open

Security concerns #1

developer239 opened this issue Apr 10, 2023 · 1 comment

Comments

@developer239
Copy link

Why not provide the website codebase? Amazing idea and perfect execution. But I can't imagine using this on private repositories - not to mention work related things - giving up API key also doesn't seem to be a good idea. 🤔

@domvwt
Copy link
Owner

domvwt commented May 29, 2023

Hi @developer239 - I agree with your concerns, this was a quick PoC and I don't recommend using it in production as is. This implementation only works on public GitHub repositories so you'd need to make a few changes to get it to check anything private.

The front and backend are handled by streamlit. If you clone the repo and install the dependencies you can launch the app locally by running streamlit run chagpt_code_review/main.py.

An API key is required because OpenAI charge on a per-token basis which can quickly get expensive on large code bases!

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

No branches or pull requests

2 participants