Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + func SetVersion(v string) v0.1.0 May 12, 2026 Changes in this version + const Version + type ChatRequest struct + Message string + Model string + type ChatResponse struct + Response string + type HealthResponse struct + Status string + type Server struct + func New(addr string) *Server + func (s *Server) Handler() http.Handler + func (s *Server) Start(ctx context.Context) error + func (s *Server) Stop(ctx context.Context) error + type VersionResponse struct + Version string