-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
39 lines (31 loc) · 904 Bytes
/
.env.example
File metadata and controls
39 lines (31 loc) · 904 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
32
33
34
35
36
37
38
39
# CraftBot - Environment Configuration
# You need at least ONE API key from a supported LLM provider.
# --- LLM Provider API Keys (set at least one) ---
OPENAI_API_KEY=
GOOGLE_API_KEY=
ANTHROPIC_API_KEY=
BYTEPLUS_API_KEY=
# --- Optional: Remote Ollama server URL ---
REMOTE_MODEL_URL=
# --- Optional: OmniParser Gradio server URL ---
# Leave empty to use default http://localhost:7861
# Or set to a remote/cloud Gradio URL
OMNIPARSER_BASE_URL=
# Google (/google login)
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# LinkedIn (/linkedin login)
LINKEDIN_CLIENT_ID=
LINKEDIN_CLIENT_SECRET=
# Slack (/slack invite)
SLACK_SHARED_CLIENT_ID=
SLACK_SHARED_CLIENT_SECRET=
# Telegram (/telegram invite)
TELEGRAM_SHARED_BOT_TOKEN=
TELEGRAM_SHARED_BOT_USERNAME=
# Telegram (telegram user connect)
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
# Notion (/notion invite)
NOTION_SHARED_CLIENT_ID=
NOTION_SHARED_CLIENT_SECRET=