MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/mods/mods.yml.

See https://github.com/charmbracelet/mods/blob/main/config_template.yml for the full list of options.

Declarations
Type
YAML value
Default
{ }
Example
''
  {
    default-model = "llama3.2";
    apis = {
      ollama = {
        base-url = "http://localhost:11434/api";
        models = {
          "llama3.2" = {
            max-input-chars = 650000;
          };
        };
      };
    };
  }
''