Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 436 Bytes

File metadata and controls

15 lines (10 loc) · 436 Bytes

GitGnosis

Playground Rust library leveraging the analysis capabilities of AI to improve the quality of your repository.

The first planned feature is to provide a tool that can analyze commits and suggest human readable summaries for them.

Developing

Running the tests

Pre-requisites:

  • Create a .env file and provide an appropriate API key for the tests to run
    • <MODEL>_API_KEY=your_api_key

To test:

  • cargo test