Closed RiverDave closed 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.
Great work @RiverDave. I have merged the PR and we are all good to go!!!
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.