From 3ab410f55f26038de45d6cc569aaa5cb29acb918 Mon Sep 17 00:00:00 2001 From: Nikolaos Pothitos Date: Sat, 8 Feb 2025 11:43:04 +0200 Subject: [PATCH] readme : update front-end framework (#11753) 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