From 9bfa92fb3e44f3132cf938e067ee581d1fc9e6ce Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 3 Sep 2025 12:41:32 -0500 Subject: [PATCH] Update README.md --- ch05/11_qwen3/qwen3-chat-interface/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05/11_qwen3/qwen3-chat-interface/README.md b/ch05/11_qwen3/qwen3-chat-interface/README.md index 105bc17..43ba990 100644 --- a/ch05/11_qwen3/qwen3-chat-interface/README.md +++ b/ch05/11_qwen3/qwen3-chat-interface/README.md @@ -18,7 +18,7 @@ To implement this user interface, we use the open-source [Chainlit Python packag First, we install the `chainlit` package and dependencies from the [requirements-extra.txt](requirements-extra.txt) list via ```bash -pip install install -r requirements-extra.txt +pip install -r requirements-extra.txt ``` Or, if you are using `uv`: @@ -52,4 +52,4 @@ or, if you are using `uv`: uv run chainlit run qwen3-chat-interface.py ``` -Running one of the commands above should open a new browser tab where you can interact with the model. If the browser tab does not open automatically, inspect the terminal command and copy the local address into your browser address bar (usually, the address is `http://localhost:8000`). \ No newline at end of file +Running one of the commands above should open a new browser tab where you can interact with the model. If the browser tab does not open automatically, inspect the terminal command and copy the local address into your browser address bar (usually, the address is `http://localhost:8000`).