symflower / eval-dev-quality

DevQualityEval: An evaluation benchmark 📈 and framework to compare and evolve the quality of code generation of LLMs.
https://symflower.com/en/company/blog/2024/dev-quality-eval-v0.4.0-is-llama-3-better-than-gpt-4-for-generating-tests/
MIT License
57 stars 3 forks source link

The git repository change requires the GPG password #145

Closed Munsio closed 1 month ago

Munsio commented 1 month ago

Currently the workflow is using the systems git configuration which in our case does require a GPG signing of the commits which is not necessary and can be annoying with password inputs.

Tasks:

Notes: