AryanK1511 / github-echo

A command-line tool built to obtain in-depth, actionable information about GitHub repositories that is often challenging to decipher manually.
https://pypi.org/project/gh-echo/
MIT License
14 stars 5 forks source link

Structure prompt output #37

Closed RiverDave closed 1 month ago

RiverDave commented 1 month ago

Hi there, first of all gotta say congratulations! I stumbled upon your project and it seems active, well structured and the idea definitely has ton of potential! I've been experimenting these last couple of days with the popular LLM API's and I thought this would be a great opportunity to contribute.

Lets get to the Grain!, I think you'd benefit immensely from structuring your prompt in this file By breaking down complex data (such as the prompt instructions) into smaller, structured pieces(Fortunately this is supported by the Gemini API), you can improve readability, reduce repetition, and facilitate easier modifications or expansions in the future. You'd also reduce hallucinations in your generation which at the end will make the generations much more consistent.

I'd like to know what you think, I don't mind sending a pull request on this issue. If so I'll be looking forward to contribute on your project consistently.

AryanK1511 commented 1 month ago

Hello @RiverDave, thank you for your feedback. I think your idea is great but I am not really clear on what you mean by "breaking down intro structured pieces". Feel free to make some changes and send in a PR. Id love to test your changes and see how they improves the program.

AryanK1511 commented 1 month ago

Great work @RiverDave. I have merged the PR and we are all good to go!!!