-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 832 Bytes
/
Copy path.env.example
File metadata and controls
31 lines (27 loc) · 832 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
28
29
30
31
# Telegram
TELEGRAM_TOKEN=
TELEGRAM_CHAT_ID=
# APIs — IA
GROQ_API_KEY=
GROQ_API_KEY_2=
GROQ_API_KEY_3=
GROQ_API_KEYS=
GROQ_MODEL=openai/gpt-oss-120b
GROQ_FALLBACK_MODEL=openai/gpt-oss-20b
NVIDIA_API_KEY=
NVIDIA_MODEL=meta/llama-3.1-8b-instruct
UNSPLASH_ACCESS_KEY=
# GitHub: dedicated token, Contents read/write only on DevCop95/cYHBernews.
GIT_TOKEN=
# Legacy GH_PAT remains accepted; migrate it to GIT_TOKEN.
# Worker settings: configure separately in Cloudflare, not Python Actions.
# GH_PAT_ENV must be a DIFFERENT token, Actions write only on DevCop95/dev101_bot.
# TELEGRAM_TOKEN_ENV=
# TELEGRAM_CHAT_ID_ENV=
# GH_PAT_ENV=
# TELEGRAM_WEBHOOK_SECRET=
# Optional user restriction: omit entirely if unused, do not set an empty value.
# TELEGRAM_USER_ID_ENV=
# Intelligence APIs (opcionales)
NVD_API_KEY=
GREYNOISE_API_KEY=