forked from davekilleen/Dex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
33 lines (30 loc) · 1.11 KB
/
env.example
File metadata and controls
33 lines (30 loc) · 1.11 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
# Dex - API Keys Configuration
#
# NOTE: This file is created automatically by /setup if you enable automatic meeting processing.
# Most users don't need to manually edit this file.
#
# ===========================================
# What needs API keys?
# ===========================================
#
# 99% of Dex features work through Cursor - NO setup needed!
#
# API keys are ONLY for:
# - Automatic background meeting processing (runs when Cursor is closed)
# - /prompt-improver calling Anthropic API directly (optional optimization)
#
# ===========================================
# API Keys (add ONE of these)
# ===========================================
#
# The system auto-detects which provider you have configured.
# Priority order: Anthropic > OpenAI > Gemini
# Anthropic (Claude) - Best for /prompt-improver
# Get key: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=sk-ant-your-key-here
# OpenAI (GPT-4)
# Get key: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-key-here
# Google Gemini - Has generous free tier
# Get key: https://aistudio.google.com/apikey
GEMINI_API_KEY=AIza-your-key-here