From 0541f06296753dbc59a57379eb54cec865a4c9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serta=C3=A7=20=C3=96zercan?= <852750+sozercan@users.noreply.github.com> Date: Thu, 30 May 2024 16:57:16 -0700 Subject: [PATCH] [no ci] docs: add aikit to readme (#7650) Signed-off-by: Sertac Ozercan --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d85a453be..60e7aaf2c 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Unless otherwise noted these projects are open-source with permissive licensing: - [KodiBot](https://github.com/firatkiral/kodibot) (GPL) - [eva](https://github.com/ylsdamxssjxxdd/eva) (MIT) - [AI Sublime Text plugin](https://github.com/yaroslavyaroslav/OpenAI-sublime-text) (MIT) +- [AIKit](https://github.com/sozercan/aikit) (MIT) *(to have a project listed here, it should clearly state that it depends on `llama.cpp`)* @@ -390,7 +391,7 @@ In order to build llama.cpp you have four different options. ### Homebrew -On Mac and Linux, the homebrew package manager can be used via +On Mac and Linux, the homebrew package manager can be used via ``` brew install llama.cpp ```