From b4c329286c8ce611ddcad2301aecfff09ae580fd Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Wed, 22 Mar 2023 12:54:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100fd9e..19a8000 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A chat interface based on `llama.cpp` for running Alpaca models. Entirely self-h - **MongoDB** for storing chat history & parameters - **FastAPI + beanie** for the API, wrapping calls to `llama.cpp` -https://user-images.githubusercontent.com/25119303/226756536-8c7fea67-3aba-4011-969a-742872fc2858.mp4 +[demo.webm](https://user-images.githubusercontent.com/25119303/226897188-914a6662-8c26-472c-96bd-f51fc020abf6.webm) ## Getting started