Playground / ZLLM Chat
ZLLM Chat
A lightweight conversational interface for testing the ZLLM API while keeping message history as context.
Conversation with shared context
Each new message is sent together with the prior conversation so the model can answer with continuity.
Responses are generated through the refactored Next.js ZLLM proxy layer with the visible conversation as context.
How to use it
This page is the remaining ZLLM entrypoint in the Next.js app. It now keeps the conversation history and sends prior turns back to the model on each message.
Responses support markdown and fenced code blocks, so the page works well for iterative explanations, code review, and multi-step problem solving.