FAQ
Where are models stored?
By default, Psyllama stores models under your user profile directory. You can change the location using environment variables or server configuration.
How do I upgrade Psyllama?
Re-run the installer script or install the new release artifact, depending on your installation method.
How do I view logs?
If you run Psyllama as a service, use your service manager (for example journalctl on Linux). If you run it manually, logs go to your terminal.
Does Psyllama send my prompts anywhere?
Local models run locally. Cloud-only models involve a cloud request by design. Use local-only mode to disable cloud features.
How do I expose Psyllama on my network?
Bind to a non-local interface and protect it with firewall rules or an authenticating reverse proxy.