feat: update chat, settings, prompts and system info modules
This commit is contained in:
11
backend/internal/handlers/sysinfo_other.go
Normal file
11
backend/internal/handlers/sysinfo_other.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !linux && !windows
|
||||
|
||||
package handlers
|
||||
|
||||
func getSysMemMb() (total, free int64) {
|
||||
return 0, 0
|
||||
}
|
||||
|
||||
func getOSRelease() string {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user