shdrive

Introduction
shdrive is the server of shai written in Go.
Prerequisites
Build
version=latest
make build
Usage
shai server
Usage:
shdrive [flags]
Flags:
-f, --config-file string config file (default "$HOME/.shai/shdrive.yml")
-h, --help help for shdrive
-t, --listen-http string listen http (default ":65051")
-r, --listen-rpc string listen rpc (default ":65050")
-l, --log-level string log level (DEBUG|INFO|WARN|ERROR) (default "WRAN")
-v, --version version for shdrive
Settings
shdrive parameters can be set in the directory config.
An example of configuration in config.yml:
apiVersion: v1
kind: shdrive
metadata:
name: shdrive
spec:
gpt:
ollama:
url: http://127.0.0.1:65052
studio:
url: https://studio.com
License
Project License can be found here.
Reference