-
Notifications
You must be signed in to change notification settings - Fork 1
App layout
Chang Jia Geng edited this page Feb 20, 2026
·
2 revisions
Current as of 20 Feb, 2026
(refer to the purple numbers 1-11 in desktop UI and mobile UI)
- Chat input textbox
- Send message button. If button is loading, it means messages cannot be sent at that moment.
- Conversation history appears here. Blue = AI message, orange = your message
- Username. Clicking on your username will reveal the email and text embedding algorithm
- LLM model name
- Delete account
- Delete conversation history. Useful for troubleshooting "context length exceeded" error.
- Repair AI. Deletes tool messages that were sent but did not receive results. Useful for troubleshooting "system message" error.
- Print usage costs for current session
- Log out
- Mobile only. Drop-down icon. Click to toggle hide/reveal.
Mobile UI is triggered when device width <768px

- Accumulated cost for this session. Input, user message; output, AI message.
- 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.
Double clicking on the username will toggle this tray. You can see the text-embedding algorithm and your email.
