Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindServerBinary ¶
func ValidateModelPath ¶
ValidateModelPath verifies that path points at a safe GGUF model filename.
Types ¶
type InstallStatus ¶
type Server ¶
type Server struct {
BaseURL string
Port int
ModelPath string
GPU string
ContextSize int
Threads int
Validation netsec.ValidationOptions
// contains filtered or unexported fields
}
Server manages SpeechKit's bundled llama.cpp OpenAI-compatible server.
func (*Server) RuntimeKey ¶
func (*Server) StopServer ¶
func (s *Server) StopServer()
func (*Server) VerifyInstallation ¶
func (s *Server) VerifyInstallation() InstallStatus
Click to show internal directories.
Click to hide internal directories.