You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
parllama uses ${HOME}/.parllama as a storage
Expected behavior
parllama should store, for example, .parllama/cache/ in ${XDG_CACHE_HOME}/parllama/ which should default to ~/.cache/parllama/ if this env variable is missing. settings.json is a config file. and so on
Screenshots
Desktop (please complete the following information):
Parllama uses ${HOME}/.parllama on all OSs.
I will look into OS specific specs and migrate existing locations to the correct locations.
This will be in the next Parllama release, which I hope to have out in the next couple of weeks.
Describe the bug
parllama uses
${HOME}/.parllama
as a storageExpected behavior
parllama should store, for example,
.parllama/cache/
in${XDG_CACHE_HOME}/parllama/
which should default to~/.cache/parllama/
if this env variable is missing.settings.json
is a config file. and so onScreenshots
Desktop (please complete the following information):
Additional context
ollama's: ollama/ollama#228
https://specifications.freedesktop.org/basedir-spec/latest/
https://wiki.archlinux.org/title/XDG_Base_Directory
https://wiki.gentoo.org/wiki/XDG/Base_Directories
there is a way you can implement it without breaking anything. could not find any public references implementing migration, attach later if needed
The text was updated successfully, but these errors were encountered: