From 4b5a710e69ca052c4bded91bfb7f54ecc3c4ee13 Mon Sep 17 00:00:00 2001 From: Nikolaos Pothitos Date: Sat, 8 Feb 2025 10:52:48 +0200 Subject: [PATCH] readme : update front-end framework After the migration to React with #11688 --- examples/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index e9d0374ad..d0b262f0e 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