Files
localllm/.env.example
2026-04-10 15:36:36 -07:00

9 lines
128 B
Plaintext

# Local LLM configuration
# Copy to .env and fill in your values
# Model to run
MODEL_NAME=llama3
# Port to expose
PORT=11434