-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
27 lines (24 loc) · 918 Bytes
/
.env.example
File metadata and controls
27 lines (24 loc) · 918 Bytes
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
PDS_URL="https://bsky.social"
ACCOUNT_HANDLE="your-handle.bsky.social"
ACCOUNT_PASSWORD="your-app-password"
WATCHED_OPS="did:plc:example1,did:plc:example2"
JETSTREAM_URL="wss://jetstream2.us-west.bsky.network/subscribe"
LABELER_URL="http://localhost:3000"
LABELER_KEY="your-secret-key-here"
# Completions API Configuration
# For LM Studio (local):
COMPLETIONS_API_HOST="http://localhost:1234"
# For OpenAI:
# COMPLETIONS_API_HOST="https://api.openai.com"
# COMPLETIONS_API_KEY="sk-proj-..."
# COMPLETIONS_API_KEY_TYPE="bearer"
# For Claude/Anthropic:
# COMPLETIONS_API_HOST="https://api.anthropic.com"
# COMPLETIONS_ENDPOINT_OVERRIDE="/v1/messages"
# COMPLETIONS_API_KEY="sk-ant-..."
# COMPLETIONS_API_KEY_TYPE="x-api-key"
MODEL_NAME="google/gemma-3-27b"
# Optional: Logging configuration
# WATCHED_LOG_OPS="did:plc:example3,did:plc:example4"
# LOGGED_LABELS="bad-faith,off-topic"
# LOG_DB_NAME="dontshowmethis.db"