Skip to content

AIGenPipeline Release 0.2.0

Compare
Choose a tag to compare
@stoerr stoerr released this 16 Apr 05:26
· 162 commits to develop since this release

This is the next public release of the AIGenPipeline, a tool supporting the use of AI to systematically create text files - code, documentation, you name it. It allows using the OpenAI chat completion API either via a script or via a Java programm, depending on the complexity of your tasks. For each task you provide a prompt file, input files and specify an output file, and the tool checks whether the outputfile has to be generated for the first time or needs to be regenerated because the prompt / input files have changed. For more documentation please consult the project website.

The largest change is that it is now available from maven central.

Download

You can either build it locally, grab the zip from the command line package
or use the framework jar directly with the class AIGenerationTask .
Or download it from maven central .

What's Changed

  • Now available from maven central
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #14
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.1.0 to 3.3.0 by @dependabot in #13
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.2 by @dependabot in #12
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 by @dependabot in #11

Full Changelog: aigenpipeline-0.1.0...aigenpipeline-0.2.0