Skip to content

App layout

Chang Jia Geng edited this page Feb 20, 2026 · 2 revisions

Current as of 20 Feb, 2026

Legend

(refer to the purple numbers 1-11 in desktop UI and mobile UI)

  1. Chat input textbox
  2. Send message button. If button is loading, it means messages cannot be sent at that moment.
  3. Conversation history appears here. Blue = AI message, orange = your message
  4. Username. Clicking on your username will reveal the email and text embedding algorithm
  5. LLM model name
  6. Delete account
  7. Delete conversation history. Useful for troubleshooting "context length exceeded" error.
  8. Repair AI. Deletes tool messages that were sent but did not receive results. Useful for troubleshooting "system message" error.
  9. Print usage costs for current session
  10. Log out
  11. Mobile only. Drop-down icon. Click to toggle hide/reveal.

Desktop interface

Desktop UI layout

Mobile interface

Mobile UI is triggered when device width <768px Mobile UI layout

9. Print usage cost

print usage cost
  1. Accumulated cost for this session. Input, user message; output, AI message.
  2. Accumulated LLM-tokens consumed for this session

These metrics reset to 0 after you log out. The input cost starts at $0.03 because of the system prompt, which also counts as user input.

4. Username

Double clicking on the username will toggle this tray. You can see the text-embedding algorithm and your email. wiki-hidden-info

Clone this wiki locally