Skip to content

Commit 247ad11

Browse files
committed
fix: update command to run chatbot script in README
Signed-off-by: Palaniappan R <palaniappan.r.mail@gmail.com>
1 parent 68b28d5 commit 247ad11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Provide the value for `HF_TOKEN` with the token that is generated
113113
114114
To use that chatbot in a text-based in your terminal, use the `chatbot.py` script:
115115
```python
116-
python chatbot.py
116+
uv run chatbot.py
117117
```
118118
119119
### Install Required Packages

0 commit comments

Comments
 (0)