Changing the path contained in C:\Windows\System32\config\systemprofile\.lmstudio-home-pointer, we can change where the .lmstudio directory is set to be.
Can this be modified to be accessible for change by using an environment variable?
I'm trying to have llama-swap execute lms to use LMStudio for LLMs and other apps for TTS / Image Generation / Audio Transcription etc.
So far, I've modified the path inside this file and the execution of lms started working, but it would be best to just give a environment variable to the command execution than a hardcoded change like this.
Changing the path contained in
C:\Windows\System32\config\systemprofile\.lmstudio-home-pointer, we can change where the.lmstudiodirectory is set to be.Can this be modified to be accessible for change by using an environment variable?
I'm trying to have llama-swap execute
lmsto use LMStudio for LLMs and other apps for TTS / Image Generation / Audio Transcription etc.So far, I've modified the path inside this file and the execution of
lmsstarted working, but it would be best to just give a environment variable to the command execution than a hardcoded change like this.