AgriQA-Assistant / env.example
Nada
intial commit
bf5488d
raw
history blame contribute delete
325 Bytes
# AgriQA Assistant Environment Configuration
# Hugging Face Model Path
MODEL_PATH=nada013/agriqa-assistant
# API Server Configuration
PORT=7860
# Hugging Face Cache Settings
TRANSFORMERS_CACHE=./cache
HF_HOME=./cache
# Model Generation Settings (optional overrides)
MAX_NEW_TOKENS=512
TEMPERATURE=0.3
TOP_P=0.85
TOP_K=40