forked from c2siorg/b0bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 1 KB
/
.env.example
File metadata and controls
18 lines (14 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ─── Core Infrastructure ──────────────────────────────────────────────────────
# Pinecone Vector DB — get at https://app.pinecone.io
PINECONE_API_KEY=your_pinecone_api_key_here
PINECONE_INDEX_NAME=your_pinecone_index_name_here
# HuggingFace Inference API — get at https://huggingface.co/settings/tokens
HUGGINGFACE_TOKEN=hf_your_token_here
HF_TOKEN=hf_your_token_here
# ─── Optional Social Connectors ───────────────────────────────────────────────
# Leave blank to disable. The connector will silently skip if key is absent.
# NewsAPI.org — free key (100 req/day) at https://newsapi.org/register
NEWSAPI_KEY=your_newsapi_key_here
# YouTube Data API v3 — free key (10,000 units/day)
# Setup: https://console.cloud.google.com → Enable "YouTube Data API v3"
YOUTUBE_API_KEY=your_youtube_api_key_here