Xentara v1.2.1
User Manual
Loading...
Searching...
No Matches
Location of the Model File

Default Location

Linux

Under Linux, Xentara looks for the model file in a number of default directories, until it finds a file named model.json. The following locations are tried, in order:

  • ${HOME}/.config/xentara/model.json
  • /etc/xdg/xentara/model.json

You can override the searched directories as described in the XDG Base Directory Specification.

Windows

Under Windows, Xentara looks for the model file in a number of default directories, until it finds a file named model.json. The following locations are tried, in order:

  • %LOCALAPPDATA%\Xentara\Config\model.json
  • %ProgramData%\Xentara\Config\model.json

Custom Location

You can specify a different model file on the command line using the option –model=<path> under Linux, or -Model <path> under Windows. <path> must be the path to the model file.

Note
Under Linux, the equal signs can be omitted from options to facilitate file name completion when using the bash shell. This means that you can write –model <path> instead of –model=<path>.