Show HN: Watermelon – copilot for code review
21–30 of 58 posts
Re: Show HN: Watermelon – copilot for code review
#22Congrats on the release. If I plug this into my repo, does Open AI get to train on my proprietary codebase?
> How we use your data. Your data is your data. As of March 1, 2023, data sent to the OpenAI API will not be used to train or improve OpenAI models (unless you explicitly opt in).
> Note that this data policy does not apply to OpenAI's non-API consumer services like ChatGPT or DALL·E Labs.
https://platform.openai.com/docs/models/how-we-use-your-data
Re: Show HN: Watermelon – copilot for code review
#23Calling it a “copilot” when there’s clearly another product in this space, seems a little, provocative. Its kind of ballsy to host it on github :p
Re: Show HN: Watermelon – copilot for code review
#24The homepage ( https://github.com/marketplace/watermelon-context ) states that Watermelon supports "C, C#, C++ and 7 other languages", but I can't figure out what these other languages are. Has anyone found this info? Is TypeScript a supported language?
Re: Show HN: Watermelon – copilot for code review
#25Does it work with self hosted github enterprise server? Is the code sent out to internet at any point? can we self host watermelon?
Re: Show HN: Watermelon – copilot for code review
#26open source wrapper around OpenAI or do other LLMs work?
We appreciate your curiosity about our app. Just to clarify, we're actually a RAG application, not a wrapper. Our focus is on reviewing PRs in a manner similar to human reviewers, by tracing code context from various sources. Currently, we exclusively integrate with OpenAI's models because they've been highly effective for our needs. However, we're definitely open to the idea of supporting open-source and self-hosted…
Re: Show HN: Watermelon – copilot for code review
#27Re: Show HN: Watermelon – copilot for code review
#28How does Watermelon compare to CodeRabbit ( https://coderabbit.ai )? Very curious!
From checking out their website, it seems like they've developed a more advanced way of chatting with line diffs, whereas we've built a superior PR summary system by tracing code context from various systems.
Re: Show HN: Watermelon – copilot for code review
#29Re: Show HN: Watermelon – copilot for code review
#30Calling it a “copilot” when there’s clearly another product in this space, seems a little, provocative. Its kind of ballsy to host it on github :p