-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 1.11 KB
/
.env.example
File metadata and controls
22 lines (18 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
# Copy this file to .env and fill in your API keys
# The tip generator will automatically load these values
# All variables use TIPGEN_ prefix to avoid overriding global environment variables
# Anthropic API (for claude models). See models at https://docs.anthropic.com/en/docs/about-claude/models/overview
TIPGEN_ANTHROPIC_API_KEY=your_anthropic_key_here
TIPGEN_ANTHROPIC_MODEL=claude-haiku-4-5
# Optional: Custom API URL for Anthropic-compatible endpoints (e.g., local LLM servers)
# TIPGEN_ANTHROPIC_API_URL=https://api.anthropic.com
# OpenAI API (for gpt models). See models at https://platform.openai.com/docs/models
TIPGEN_OPENAI_API_KEY=your_openai_key_here
TIPGEN_OPENAI_MODEL=gpt-5.4-mini
# Optional: Custom API URL for OpenAI-compatible endpoints (e.g., local LLM servers, Ollama, vLLM)
# TIPGEN_OPENAI_API_URL=https://api.openai.com/v1
# OpenRouter API (access to many models). See https://openrouter.ai/models
TIPGEN_OPENROUTER_API_KEY=your_openrouter_key_here
TIPGEN_OPENROUTER_MODEL=openai/gpt-5.1-codex-mini
# Optional: Custom tips directory (default: tips/ folder in package)
# TIPGEN_TIPS_DIR=/path/to/custom/tips