Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatRequest ¶
Add these type definitions:
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) HandleChatStream ¶
HandleChatStream manages the WebSocket connection and Engine execution
func (*Server) HandleListModels ¶
HandleListModels returns all available local models
func (*Server) HandlePullModel ¶
HandlePullModel triggers a background download
Click to show internal directories.
Click to hide internal directories.