awesome-chatgpt-api icon indicating copy to clipboard operation
awesome-chatgpt-api copied to clipboard

Add AI based code generation pipeline

Open stoerr opened this issue 10 months ago • 0 comments

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

stoerr avatar Apr 08 '24 10:04 stoerr