Initial upload: Git AI Documentation Generator v0.1.0
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 19:30:56 +00:00
parent 23ccb9e411
commit 30c5f6e2e7

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Git AI Documentation Generator Environment Variables
# Ollama server URL (default: http://localhost:11434)
OLLAMA_HOST=http://localhost:11434
# Default model to use (default: llama3.2)
OLLAMA_MODEL=llama3.2
# Enable verbose logging (default: false)
DEBUG=false