From d6d39703220c98b7c6912249e4e9bb947ab208c1 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:01:51 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1b1ca1..6a1a39a 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ This project is organized as a Cargo workspace with the following crates: ## Acknowledgements -Special gratitude and thanks expressed for: +Special gratitude and thanks: -- The Rust community for their excellent tools and libraries -- The Gemma team for making their models available -- Open source projects that have inspired and enabled this work +- [OpenAI](https://openai.com): For standards that offer consensus in chaos. +- The [Rust](https://www.rust-lang.org) community for their excellent tools and libraries +- 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 - **[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