Versions in this module Expand all Collapse all v0 v0.3.0 May 26, 2026 v0.2.1 May 26, 2026 Changes in this version + var Version = "dev" + func SetVersion(v string) + 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 NewWithAPIKey(addr, apiKey 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