armand0e commited on
Commit
90cfd8c
1 Parent(s): 8db7b65

chore: add anonymous logging disclaimer

Browse files
Files changed (1) hide show
  1. 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>