Configuration
| Name | Description |
|---|---|
MCMAS_IMG |
Image to use for mcmas engine.Defaults to ghcr.io/mattvonrocketstein/mcmas:v1.3.0
|
MCMAS_VERBOSITY |
Used as -v .. argument to mcmas engine.Defaults to 3 |
MCMAS_DEBUG |
Default is 0. Any other value sets log-level for the python wrapper to DEBUG instead of INFO. |
DOCKER_HOST |
Used implicitly by docker.from_env() |
DOCKER_TLS_VERIFY |
Used implicitly by docker.from_env() |
DOCKER_CERT_PATH |
Used implicitly by docker.from_env() |
OLLAMA_URL |
Defaults to http://localhost:11434 |
LLM_MODEL_NAME |
If not set, this falls back to ${MODEL}, then defaults to granite3-dense:2b |
OPENAI_BASE_URL |
Defaults to ${OLLAMA_URL}/v1 |
OPENAI_API_KEY |
Defaults to ollama |