Files
git-ai-doc-generator/.env.example
7000pctAUTO 30c5f6e2e7
Some checks failed
CI / test (push) Has been cancelled
Initial upload: Git AI Documentation Generator v0.1.0
2026-02-01 19:30:56 +00:00

11 lines
266 B
Plaintext

# 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