From: Nikolaos Pothitos Date: Sat, 8 Feb 2025 09:43:04 +0000 (+0200) Subject: readme : update front-end framework (#11753) X-Git-Tag: upstream/0.0.4719~50 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3ab410f55f26038de45d6cc569aaa5cb29acb918;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : update front-end framework (#11753) After the migration to React with #11688 --- diff --git a/examples/server/README.md b/examples/server/README.md index e9d0374a..d0b262f0 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -220,7 +220,7 @@ services: The project includes a web-based user interface that enables interaction with the model through the `/chat/completions` endpoint. The web UI is developed using: -- `vue` framework for frontend development +- `react` framework for frontend development - `tailwindcss` and `daisyui` for styling - `vite` for build tooling