-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (30 loc) · 1.27 KB
/
Copy path.env.example
File metadata and controls
30 lines (30 loc) · 1.27 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
COMPOSE_FILE=compose.yml
COMPOSE_PROJECT_NAME=fuck47
COMPOSE_REMOVE_ORPHANS=true
DOKPLOY_URL=https://example.com
DOKPLOY_API_KEY=SuperSecretLongAPIKey
DOKPLOY_ENV=prod
DJT_FILTER_ENABLED=True
DJT_FILTER_MIN_SCORE=1.0
EVERYTHING=https://newsapi.org/v2/everything
EXCLUDE_DOMAINS=crypto-coins-news,engadget,recode,the-next-web,mtv-news,abc-news,breitbart-news,cbs-news,cnn-es,fox-news,msnbc,google-news,national-review,nbc-news,newsweek,the-american-conservative,the-huffington-post,the-washington-times,new-york-post
EXCLUDE_URLS=goodbullhunting.com,queerty.com
# LLM sentiment judge (see docs/ai.md) - any OpenAI-compatible chat completions endpoint
LLM_API_KEY=fw_
LLM_BASE_URL=https://api.fireworks.ai/inference/v1
LLM_MODEL=accounts/fireworks/models/gpt-oss-20b
# Local judge target for utils/cli.py (see docs/ai.md) - defaults to an oMLX server;
# OMLX_BASE_URL/OMLX_API_KEY are shared with local agentic coding setup, LOCAL_LLM_* override them if unset
OMLX_BASE_URL=http://127.0.0.1:8000
OMLX_API_KEY=
LOCAL_LLM_MODEL=gpt-oss-20b-OptiQ-4bit
NEWS_API_KEY=
PAGE_SIZE=50
PLATFORM=linux/arm64/v8
PORT=8000
RELOAD=True
RSS_FEEDS=https://rss.nytimes.com/services/xml/rss/nyt/Politics.xml,
SENTIMENT_ENABLED=True
SENTIMENT_MAX_SCORE=0.0
TOP_HEADLINES=https://newsapi.org/v2/top-headlines
TZ=Etc/UTC