File size: 392 Bytes
495526b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Core
PROJECT_NAME=WorldDisasterLM
ENVIRONMENT=development
LOG_LEVEL=INFO

# Hugging Face
HF_REPO_ID=worlddisasterlm/worlddisasterlm
HF_TOKEN=

# Tracking
MLFLOW_TRACKING_URI=http://localhost:5000
WANDB_PROJECT=worlddisasterlm
WANDB_ENTITY=

# API
API_HOST=0.0.0.0
API_PORT=8000
ALLOWED_ORIGINS=http://localhost:5173

# Model Defaults
BASE_MODEL=meta-llama/Llama-3.1-8B-Instruct
MODEL_PATH=