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
PR: https://github.com/InAnYan/rust-gib/pull/1
You can test in the same repository as the PR, and you can also look at the test one: Issues · InAnYan/gib-test-repo · GitHub %3Aopen
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