Documentation
¶
Overview ¶
Package chatui provides a web-based chat interface for interacting with LLM models through Starport.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler provides HTTP handlers for the ChatUI interface.
func NewHandler ¶
NewHandler creates a new ChatUI handler.
func (*Handler) Index ¶
func (h *Handler) Index(w http.ResponseWriter, _ *http.Request)
Index serves the main ChatUI page.
Click to show internal directories.
Click to hide internal directories.