docs: make the safety disclaimer explicit (not a mobility aid)
Browse files
README.md
CHANGED
|
@@ -75,8 +75,8 @@ Iris is more than one model call. It orchestrates four tools and runs a control
|
|
| 75 |
- **A live loop** that perceives (camera + detector), decides whether something new is worth saying, acts (calls the vision model and speaks), and remembers what it already said so it doesn't repeat.
|
| 76 |
|
| 77 |
## Safety
|
| 78 |
-
Iris describes surroundings and reads text.
|
| 79 |
-
obstacles. It can't judge distance reliably and isn't safe to walk by.
|
| 80 |
|
| 81 |
## Run locally
|
| 82 |
```bash
|
|
|
|
| 75 |
- **A live loop** that perceives (camera + detector), decides whether something new is worth saying, acts (calls the vision model and speaks), and remembers what it already said so it doesn't repeat.
|
| 76 |
|
| 77 |
## Safety
|
| 78 |
+
Iris describes surroundings and reads text. **It is not a mobility aid.** Don't use it
|
| 79 |
+
to get around or avoid obstacles. It can't judge distance reliably and isn't safe to walk by.
|
| 80 |
|
| 81 |
## Run locally
|
| 82 |
```bash
|