fix: add real-time data disclaimer to welcome message
All checks were successful
Tests / lint (pull_request) Successful in 5s
Tests / test (pull_request) Successful in 1m13s

Fixes #303
This commit is contained in:
kimi
2026-03-18 16:54:45 -04:00
parent 96e7961a0e
commit b0e8969aba

View File

@@ -20,7 +20,7 @@
{% else %}
<div class="chat-message agent">
<div class="msg-meta">TIMMY // SYSTEM</div>
<div class="msg-body">Mission Control initialized. Timmy ready — awaiting input.</div>
<div class="msg-body">Mission Control initialized. Timmy ready — awaiting input. Note: responses are generated by a local LLM and may not reflect real-time data.</div>
</div>
{% endif %}
<script>if(typeof scrollChat==='function'){setTimeout(scrollChat,50);}</script>