awesome-chatgpt-api
awesome-chatgpt-api copied to clipboard
Add AI based code generation pipeline
Hi!
The AI based code generation pipeline provides a way to generate code or text from source files and prompt files so that the output is only regenerated when the input(s) have changed. Thus it is suitable for code generation in projects - this saves time e.g. if used in a build process and there is no need to check the (normally checked in) generation result again until that is really needed.
There is a command line tool and a small Java framework if many files need to be checked / generated.
Github: https://github.com/stoerr/AIGenPipeline Site: https://aigenpipeline.stoerr.net/ Language: Java Licence: Apache-2.0