aboutsummaryrefslogtreecommitdiffstats
path: root/docs/environment-variables.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-12-14 08:35:46 +0800
committersigoden <sigoden@gmail.com>2024-12-14 08:35:46 +0800
commitde7880d868dd22e0123c8f5baf95442b55c22706 (patch)
tree89d30031b2276ed2fecc0dac2c54e2a3d89dc95e /docs/environment-variables.md
parent411a9e3da29558c2219a0766c1e6afa0581fa287 (diff)
downloadllm-functions-docker-de7880d868dd22e0123c8f5baf95442b55c22706.tar.gz
chore: update docs
Diffstat (limited to 'docs/environment-variables.md')
-rw-r--r--docs/environment-variables.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/environment-variables.md b/docs/environment-variables.md
index 4d86ea5..f920b90 100644
--- a/docs/environment-variables.md
+++ b/docs/environment-variables.md
@@ -25,4 +25,6 @@
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| `LLM_DUMP_RESULTS` | Controls whether to print the execution results of the tool, e.g. `get_current_weather\|fs.*\|todo:.*`, `.*` |
| `LLM_MCP_NEED_CONFIRM`| Controls whether to prompt for confirmation before executing certain tools, e.g., `git_commit\|git_reset`, `.*` . |
-| `LLM_MCP_SKIP_CONFIRM`| Controls whether to bypass confirmation requests for certain tools, e.g., `git_status\|git_diff.*`, `.*` . | \ No newline at end of file
+| `LLM_MCP_SKIP_CONFIRM`| Controls whether to bypass confirmation requests for certain tools, e.g., `git_status\|git_diff.*`, `.*` . |
+
+> LLM-Functions supports `.env`, just put environment variables into dotenv file to make it work. \ No newline at end of file