From 2bc832ed955464c9f904d8859263717c1497a041 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 6 Nov 2025 16:09:21 -0700 Subject: [PATCH] docs: Referenced the vault documentation in the example config --- config.example.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 9ebd577..be46552 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -11,9 +11,6 @@ editor: null # Specifies the editor used to edit the input b wrap: no # Controls text wrapping (no, auto, ) wrap_code: false # Enables or disables the wrapping of code blocks -# ---- Vault ---- -vault_password_file: null # Path to a file containing the password for the Loki vault (cannot be a secret template) - # ---- Prelude ---- repl_prelude: null # Set a default session or role for REPL mode to use (e.g. role:, session:, :) cmd_prelude: null # Set a default session or role for CMD mode to use (e.g. role:, session:, :) @@ -34,6 +31,10 @@ save_shell_history: true # Whether to save shell execution co # URL to sync model changes from sync_models_url: https://raw.githubusercontent.com/Dark-Alex-17/loki/refs/heads/main/models.yaml +# ---- Vault ---- +# See the [Vault documentation](./docs/VAULT.md) for more information on the Loki vault +vault_password_file: null # Path to a file containing the password for the Loki vault (cannot be a secret template) + # ---- Function Calling ---- # See the [Tools documentation](./docs/TOOLS.md) for more details function_calling: true # Enables or disables function calling (Globally).