From 6379e249ead3aa5b4faf2142b0f2f1bb2ebcb563 Mon Sep 17 00:00:00 2001 From: "Dr. Hans-Peter Stoerr" Date: Sat, 30 Mar 2024 18:06:56 +0100 Subject: [PATCH] Add AI code generation pipeline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 150a2a0..a1c0c16 100644 --- a/README.md +++ b/README.md @@ -708,6 +708,7 @@ _Updated on March 29, 2024_ (A total of 1485 repositories listed.) * [yai](https://github.com/ekkinox/yai) - Your AI powered terminal assistant. * [gpt-cli](https://github.com/kharvd/gpt-cli) - Command-line interface for ChatGPT, Claude and Bard * [Gemini](https://github.com/kyegomez/gemini) - The open source implementation of Gemini, the model that will "eclipse ChatGPT" by Google + * [AIGenPipeline](https://github.com/stoerr/AIGenPipeline) - AI based code generation pipeline: command line tool and framework for systematic code generation using AI in a build process. ## Reimplementations