-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) · 2.11 KB
/
Copy path.env.example
File metadata and controls
37 lines (32 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ─────────────────────────────────────────────────────────────────────
# bottensor-models — environment variables
#
# Copy to `.env` and fill in real values. NEVER commit `.env`.
# Each model dir may also have its own `.env.example` with extra vars.
# ─────────────────────────────────────────────────────────────────────
# ── HuggingFace ──────────────────────────────────────────────────────
# Used for: pulling base models, pushing trained adapters/merges.
# Needs `write` scope if you intend to push to ramankrishna10/* repos.
HF_TOKEN=
HUGGINGFACE_HUB_TOKEN=
# Relocate the HF cache off the container overlay FS during training.
# HF_HOME=/workspace/hf_cache
# ── Weights & Biases ─────────────────────────────────────────────────
# Optional. If unset, training scripts auto-disable wandb reporting.
WANDB_API_KEY=
WANDB_PROJECT=npc-agentic
WANDB_ENTITY=
# ── npc-mom-router (FastAPI gateway) ─────────────────────────────────
# MongoDB stores tenant API keys (hashed). Plain `localhost` is fine for dev.
MONGO_URI=mongodb://localhost:27017
MONGO_DB=bottensor
MONGO_COLLECTION=api_keys
LOG_LEVEL=INFO
ALLOW_DEV_KEY=false # never `true` in production
DEV_TEST_OWNER=dev@example.com
# Backing model URLs (default to the published HF repos).
# NPC_FAST_MODEL=ramankrishna10/npc-fast-1.7b
# NPC_FIN_MODEL=ramankrishna10/npc-fin-32b-sft
# ── RunPod (training infra) ──────────────────────────────────────────
# Only needed if you script pod create/terminate from this repo.
RUNPOD_API_KEY=