forked from kyegomez/swarms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
55 lines (38 loc) · 796 Bytes
/
Copy path.env.example
File metadata and controls
55 lines (38 loc) · 796 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Framework Configuration
WORKSPACE_DIR="agent_workspace"
SWARMS_VERBOSE_GLOBAL="False"
SWARMS_API_KEY=""
SWARMS_TELEMETRY_ON="false"
# Model Provider API Keys
## OpenAI
OPENAI_API_KEY=""
## Anthropic
ANTHROPIC_API_KEY=""
## Google
GEMINI_API_KEY=""
## Hugging Face
HUGGINGFACE_TOKEN=""
GROQ_API_KEY=""
## Perplexity AI
PPLX_API_KEY=""
## AI21
AI21_API_KEY=""
# Tool Provider API Keys
## Search Tools
BING_BROWSER_API=""
BRAVESEARCH_API_KEY=""
TAVILY_API_KEY=""
YOU_API_KEY=""
EXA_API_KEY=""
## Browser Automation
MULTION_API_KEY=""
## Other Tools
HCP_APP_ID=""
# Cloud Provider Configuration
## Azure OpenAI
AZURE_OPENAI_ENDPOINT=""
AZURE_OPENAI_DEPLOYMENT=""
OPENAI_API_VERSION=""
AZURE_OPENAI_API_KEY=""
AZURE_OPENAI_AD_TOKEN=""
SWARMS_OUTPUT_FORMATTING_MARKDOWN_ENABLED=False