-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (24 loc) · 885 Bytes
/
.env.example
File metadata and controls
34 lines (24 loc) · 885 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
# clippy-code Environment Configuration
# Copy this file to .env and fill in your API keys
# Command output display (true/false)
# Defaults to false to hide output from execute_command tool
# Set to true to show command output by default
CLIPPY_SHOW_COMMAND_OUTPUT=false
# OpenAI (required for OpenAI models)
OPENAI_API_KEY=sk-...
# Optional: Override default base URL
# OPENAI_BASE_URL=https://api.openai.com/v1
# Cerebras (for fast inference with Llama models)
CEREBRAS_API_KEY=csk-...
# Groq (ultra-fast inference)
GROQ_API_KEY=gsk_...
# LM Studio (local models - usually doesn't need a key)
# LM_STUDIO_API_KEY=lmstudio
# Ollama (local models - usually doesn't need a key)
# OLLAMA_API_KEY=ollama
# OpenRouter (alternative LLM provider)
OPENROUTER_API_KEY=...
# Together AI (alternative LLM provider)
TOGETHER_API_KEY=...
# ZAI (alternative LLM provider)
ZAI_API_KEY=...