diff --git a/README.md b/README.md index a7e3552..dd8db0f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ![License](https://img.shields.io/github/license/nsarrazin/serge) [![Discord](https://img.shields.io/discord/1088427963801948201?label=Discord)](https://discord.gg/62Hc6FEYQH) -A chat interface based on `llama.cpp` for running Alpaca models. Entirely self-hosted, no API keys needed. Fits on 4GB of RAM and runs on the CPU. +A chat interface based on [llama.cpp](https://github.com/ggerganov/llama.cpp) for running Alpaca models. Entirely self-hosted, no API keys needed. Fits on 4GB of RAM and runs on the CPU. - **SvelteKit** frontend - **MongoDB** for storing chat history & parameters -- **FastAPI + beanie** for the API, wrapping calls to `llama.cpp` +- **FastAPI + beanie** for the API, wrapping calls to [llama.cpp](https://github.com/ggerganov/llama.cpp) [demo.webm](https://user-images.githubusercontent.com/25119303/226897188-914a6662-8c26-472c-96bd-f51fc020abf6.webm)