diff options
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index bb8165d..81d8ba0 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,4 +1,10 @@ # Hexai sectioned config example +# +# Global location: $XDG_CONFIG_HOME/hexai/config.toml (usually ~/.config/hexai/config.toml) +# +# Per-project overrides: place a .hexaiconfig.toml at the root of a git +# repository. It uses the same format and selectively overrides the global +# config. Environment variables (HEXAI_*) always take precedence over both. [general] max_tokens = 4000 |
