Hi, everyone! I'm happy to be a part of such a big Rust community!
I developed a bot for GitHub that uses large language models (LLMs) to speed up and improve the handling of issues in the repository.
Currently, the bot can: 1) improve the bug report (for example, the user did not specify the version of the OS or Rust compiler), 2) and it also automatically adds labels to the issue
The project was made to be extensible: you can implement other Git hostings (such as GitLab or BitBucket), and you can also add some other LLM provider easily. But, for now, only GitHub and OpenAI is supported
Nice idea for a project actually. Can be handy for anyone managing a busy GitHub repository. It can find real use cases if you polish it up, so keep up the good work!
If you reviewed my code, I would highly appreciate if you click "Aprove" (or "Request changes") in the PR in GitHub repository, as this would help me to credit your review at my bootcamp