exo
exo copied to clipboard
Runtime Configuration
Things like model directory are set once via environment variables currently. If you want to change them, you need to restart the app with different environment variables. It would be nice to be able to change these values at runtime.
I imagine this would be a new endpoint on the API server that allows you to set configuration such as model dir.
Should be closed by #928 which adds a simple config mechanism. Some open design questions about distributed config.
Also - the endpoint is not the correct place for this, and the model dir really shouldnt be moving around at runtime. Write a config file and restart EXO imo.