Initial upload: Git AI Documentation Generator v0.1.0
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user