Spaces:
Sleeping
Sleeping
chore: add anonymous logging disclaimer
Browse files- src/components/chat.tsx +4 -0
src/components/chat.tsx
CHANGED
|
@@ -561,6 +561,10 @@ export function Chat() {
|
|
| 561 |
)}
|
| 562 |
<span>Enter to send 路 Shift+Enter for newline</span>
|
| 563 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 564 |
</form>
|
| 565 |
</div>
|
| 566 |
</footer>
|
|
|
|
| 561 |
)}
|
| 562 |
<span>Enter to send 路 Shift+Enter for newline</span>
|
| 563 |
</div>
|
| 564 |
+
|
| 565 |
+
<div className="mt-2 text-center text-[11px] leading-4 text-[#71717a]">
|
| 566 |
+
Inputs and outputs are logged anonymously for debugging/usage analytics. We do not track who sent messages.
|
| 567 |
+
</div>
|
| 568 |
</form>
|
| 569 |
</div>
|
| 570 |
</footer>
|