reorx / awesome-chatgpt-api

Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.
5.86k stars 377 forks source link

Add AI based code generation pipeline #76

Open stoerr opened 5 months ago

stoerr commented 5 months ago

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