SA-PT

About the project
SA-PT is my take on an AI chatbot, a conversational interface wired to a language model, with streaming responses and a chat experience that feels alive rather than form-like.
It taught me the practical side of building on LLM APIs: managing conversation context, handling streaming output, and designing UI for answers that arrive token by token.
Highlights
- Streaming responses rendered as they generate
- Conversation context management across turns
- Clean chat UI built from scratch