diff options
author | Sertaç Özercan <852750+sozercan@users.noreply.github.com> | 2024-05-30 16:57:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 09:57:16 +1000 |
commit | 0541f06296753dbc59a57379eb54cec865a4c9f9 (patch) | |
tree | e9cf9f6b0ed01115a2652bd2097b3a92b5cbdaaa | |
parent | 9022c33646fbf78da35f40c3f98576cc08c40ddf (diff) |
[no ci] docs: add aikit to readme (#7650)
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |