-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 739 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (15 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# StudyLoop API keys for the content generation panel.
# Copy this file to .env and fill in the keys you have. .env is gitignored.
# python-dotenv loads these on process start; shell-exported env vars win.
#
# All keys are optional individually -- a provider with no key shows up
# in the WebUI dropdown as disabled with a tooltip. Set only the providers
# you actually want to use.
# OpenAI Chat Completions (https://platform.openai.com/api-keys)
OPENAI_API_KEY=
# OpenRouter -- single key, many models (https://openrouter.ai/keys)
OPENROUTER_API_KEY=
# Google Gemini OpenAI-compat endpoint (https://aistudio.google.com/apikey)
GEMINI_API_KEY=
# Anthropic Messages API (https://console.anthropic.com/settings/keys)
ANTHROPIC_API_KEY=