Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemDetails ¶
type SystemDetails struct {
OS string
Arch string
CPUModel string
CPUCores int
TotalRAM string
GPUName string
InternetConn bool
OllamaActive bool
OllamaModelPath string
}
func GetSystemDetails ¶
func GetSystemDetails() (*SystemDetails, error)
Click to show internal directories.
Click to hide internal directories.