ollama/cmd
cmiller01 fb593b7bfc pass flags to `serve` to allow setting allowed-origins + host and port
* resolves: https://github.com/jmorganca/ollama/issues/300 and
https://github.com/jmorganca/ollama/issues/282

* example usage:
```
ollama serve --port 9999 --allowed-origins "http://foo.example.com,http://192.0.0.1"
```
2023-08-07 03:34:37 +00:00
..
cmd.go pass flags to `serve` to allow setting allowed-origins + host and port 2023-08-07 03:34:37 +00:00
spinner.go vendor in progress bar and change to bytes instead of bibytes (#130) 2023-07-19 17:24:03 -07:00