docs: Referenced the vault documentation in the example config
This commit is contained in:
+4
-3
@@ -11,9 +11,6 @@ editor: null # Specifies the editor used to edit the input b
|
|||||||
wrap: no # Controls text wrapping (no, auto, <max-width>)
|
wrap: no # Controls text wrapping (no, auto, <max-width>)
|
||||||
wrap_code: false # Enables or disables the wrapping of code blocks
|
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 ----
|
# ---- Prelude ----
|
||||||
repl_prelude: null # Set a default session or role for REPL mode to use (e.g. role:<name>, session:<name>, <session>:<role>)
|
repl_prelude: null # Set a default session or role for REPL mode to use (e.g. role:<name>, session:<name>, <session>:<role>)
|
||||||
cmd_prelude: null # Set a default session or role for CMD mode to use (e.g. role:<name>, session:<name>, <session>:<role>)
|
cmd_prelude: null # Set a default session or role for CMD mode to use (e.g. role:<name>, session:<name>, <session>:<role>)
|
||||||
@@ -34,6 +31,10 @@ save_shell_history: true # Whether to save shell execution co
|
|||||||
# URL to sync model changes from
|
# URL to sync model changes from
|
||||||
sync_models_url: https://raw.githubusercontent.com/Dark-Alex-17/loki/refs/heads/main/models.yaml
|
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 ----
|
# ---- Function Calling ----
|
||||||
# See the [Tools documentation](./docs/TOOLS.md) for more details
|
# See the [Tools documentation](./docs/TOOLS.md) for more details
|
||||||
function_calling: true # Enables or disables function calling (Globally).
|
function_calling: true # Enables or disables function calling (Globally).
|
||||||
|
|||||||
Reference in New Issue
Block a user