-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 743 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (16 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Hostname where this feed generator is accessible
HOSTNAME=neurobrain.yourdomain.com
# Feed URI (set after running publish_feed.py)
FEED_URI=at://did:plc:YOUR_DID/app.bsky.feed.generator/neurobrain
# Optional: NeuroBrain v2 feed (set after running publish_neurobrain_v2_feed.py)
# NEUROBRAIN_V2_FEED_URI=at://did:plc:YOUR_DID/app.bsky.feed.generator/neurobrain-v2
# Bluesky credentials (use an app password)
HANDLE=your-handle.bsky.social
PASSWORD=your-app-password
# Service DID (derived from HOSTNAME if not set)
# SERVICE_DID=did:web:neurobrain.yourdomain.com
# Ollama configuration
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=qwen2.5:3b
# Classifier version: "v1" (topic relevance) or "v2" (expert quality)
CLASSIFIER_VERSION=v2