From 884493041c7def27287879613eb2ce2d0a9fb57b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philippe=20Charri=C3=A8re?= <ph.charriere@gmail.com>
Date: Sun, 13 Oct 2024 11:04:29 +0200
Subject: [PATCH] Add a new Golang library
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

🦜🪺 Parakeet is a GoLang library, made to simplify the development of small generative AI applications with Ollama 🦙.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cb57f7e9..8c247204 100644
--- a/README.md
+++ b/README.md
@@ -411,6 +411,7 @@ See the [API documentation](./docs/api.md) for all endpoints.
 - [High-level function abstraction in Go](https://gitlab.com/tozd/go/fun)
 - [Ollama PHP](https://github.com/ArdaGnsrn/ollama-php)
 - [Agents-Flex for Java](https://github.com/agents-flex/agents-flex) with [example](https://github.com/agents-flex/agents-flex/tree/main/agents-flex-llm/agents-flex-llm-ollama/src/test/java/com/agentsflex/llm/ollama)
+- [🦜🪺 Parakeet](https://github.com/parakeet-nest/parakeet) is a GoLang library, made to simplify the development of small generative AI applications with Ollama 🦙.
 
 ### Mobile