From fb9ab0b42d639c09d4a46d98cfb8dbd728585a98 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:56:58 +0000 Subject: [PATCH] Add configuration files --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..e947f02 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Ollama Configuration +OLLAMA_HOST=localhost:11434 +OLLAMA_MODEL=codellama + +# ShellGenius Configuration +SHELLGENIUS_CONFIG=config.yaml +SHELLGENIUS_HISTORY=~/.config/shellgenius/history.yaml +SHELLGENIUS_SAFETY=moderate