diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..654235d --- /dev/null +++ b/.env.example @@ -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