firstbatchxyz / dkn-compute-node

Compute Node of Dria Knowledge Network.
Apache License 2.0
88 stars 34 forks source link

chore: make `--local-ollama` option a boolean only #60

Closed erhant closed 3 months ago

erhant commented 4 months ago

Instead of --local-ollama=true or --local-ollama=false, we should go for a single arg only. Since this is true by default, we can instead use --docker-ollama option which if set, makes the script use Docker containers for Ollama.