Releases: GaiaNet-AI/server-assistant
Releases · GaiaNet-AI/server-assistant
Gaias 0.4.3
Major changes:
- Replace
hyper
withreqwest
- Replace
native-tls
withrustls-tls
- Support the
linux-arm64
platform
Gaias 0.4.2
Major changes:
- Improve log messages in health checker
Gaias 0.4.1
Major change:
- Add the
vendored
feature inCargo.toml
for enabling statically linkedlibssl
Gaias 0.4.0
Major changes:
- (BREAKING) Update CLI options:
- Remove
--server-log-file
- Remove
--system-prompt
- Remove
--rag-prompt
- Remove
Gaias 0.3.7
Major changes:
- Add sha256 hash of models to server info
Gaias 0.3.6
Release this version for supporting ubuntu-20.04
Gaias 0.3.5
Major change:
- Upgrade the
system-info-lite
dep to0.1.1
Gaias 0.3.4
Major change:
- Collect system information, including CPU, GPU, RAM, and OS, and add the information to
server_info
.
Gaias 0.3.3
Major change:
- Improve health checker
Gaias 0.3.2
Major change:
- Add
<server-health>
tag to the health check message.