-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.env.example
More file actions
59 lines (40 loc) · 1.1 KB
/
.env.example
File metadata and controls
59 lines (40 loc) · 1.1 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
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
56
57
58
59
# Celeste AI - Environment Variables
# Copy this file to .env and fill in your API keys
# OpenAI
OPENAI_API_KEY=your-openai-api-key-here
# Anthropic
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# BFL (Black Forest Labs)
BFL_API_KEY=your-bfl-api-key-here
# Google
GOOGLE_API_KEY=your-google-api-key-here
# Mistral
MISTRAL_API_KEY=your-mistral-api-key-here
# Hugging Face
HF_TOKEN=your-huggingface-token-here
# Stability AI
STABILITYAI_API_KEY=your-stabilityai-api-key-here
# Replicate
REPLICATE_API_TOKEN=your-replicate-api-token-here
# Cohere
COHERE_API_KEY=your-cohere-api-key-here
# xAI
XAI_API_KEY=your-xai-api-key-here
# BytePlus
BYTEPLUS_API_KEY=your-byteplus-api-key-here
# ElevenLabs
ELEVENLABS_API_KEY=your-elevenlabs-api-key-here
# Groq
GROQ_API_KEY=your-groq-api-key-here
# Moonshot
MOONSHOT_API_KEY=your-moonshot-api-key-here
# DeepSeek
DEEPSEEK_API_KEY=your-deepseek-api-key-here
# Luma
LUMA_API_KEY=your-luma-api-key-here
# Topaz Labs
TOPAZLABS_API_KEY=your-topazlabs-api-key-here
# Perplexity
PERPLEXITY_API_KEY=your-perplexity-api-key-here
# Gradium
GRADIUM_API_KEY=your-gradium-api-key-here