From e8ea6c0246f54f44cd7e5374948a51c7bdac82bc Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:04:01 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a1a39a..d12aa7b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Special gratitude and thanks: - Google's [Gemma](https://deepmind.google/models/gemma) team for [gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) ### Open source projects that have inspired and enabled this work +- **[GenAIScript](https://github.com/microsoft/genaiscript)**: Automatable GenAI Scripting - **[axum](https://github.com/tokio-rs/axum)**: Web framework for building APIs - **[tokio](https://github.com/tokio-rs/tokio)**: Asynchronous runtime for efficient concurrency - **[serde](https://github.com/serde-rs/serde)**: Serialization/deserialization framework