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
I noticed yesterday that uv changed their policy and stopped using the Library directory, instead switching to the same ~/.cache location on both platforms:
I would like to be able to use the same
templates
path on both mac and linux. Is this possible? It appears that they're different:mac -
$HOME/Library/Application Support/io.datasette.llm/templates/
linux -
$HOME/.config/io.datasette.llm/templates/
I noticed
LLM_USER_PATH
but this appears to change the entire base directory.The reason for the ask is that I'd like to be able to store my commonly used prompts in my dot files repo (which works on both mac and linux).
Any thoughts/recommendations?
The text was updated successfully, but these errors were encountered: