exo icon indicating copy to clipboard operation
exo copied to clipboard

Runtime Configuration

Open AlexCheema opened this issue 2 months ago • 2 comments

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.

AlexCheema avatar Dec 25 '25 00:12 AlexCheema

Should be closed by #928 which adds a simple config mechanism. Some open design questions about distributed config.

Evanev7 avatar Dec 26 '25 02:12 Evanev7

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.

Evanev7 avatar Dec 26 '25 02:12 Evanev7