ML-API/.env.example

21 lines
670 B
Bash

# `ML_API` mod's `.env` EXAMPLE
# `URL` and `ENDPOINT` that are used by model's API to integrate with
# -------------------------------------------------------------------
# i.e. using with `ollama` should set it to:
# http://{BASE_URL}:11434/api/generate
# -------------------------------------------------------------------
ML_TARGET_URL="http://url.to/ml/api"
# `ML_API` log level selecetion (default - `INFO`)
# -----------------------------------------------
# Existing options:
# 1) TRACE - full log info
# 2) DEBUG
# 3) INFO - common log info
# 4) WARN
# 5) ERROR
# 6) OFF - disabled logs
# -----------------------------------------------
ML_LOG_LEVEL="INFO"