-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 759 Bytes
/
.env.example
File metadata and controls
16 lines (14 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Local development (packages/web)
PORT=3377
DB_PATH=./devpulse.db
# AI Provider (any OpenAI-compatible API)
AI_API_KEY=your-api-key-here
AI_BASE_URL=https://api.deepseek.com/v1
AI_MODEL=deepseek-chat
# Supported providers:
# DeepSeek: AI_BASE_URL=https://api.deepseek.com/v1 AI_MODEL=deepseek-chat
# Kimi: AI_BASE_URL=https://api.moonshot.cn/v1 AI_MODEL=moonshot-v1-8k
# Qwen: AI_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 AI_MODEL=qwen-turbo
# MiniMax: AI_BASE_URL=https://api.minimax.chat/v1 AI_MODEL=MiniMax-Text-01
# OpenAI: AI_BASE_URL=https://api.openai.com/v1 AI_MODEL=gpt-4o-mini
# Claude: AI_BASE_URL=https://api.anthropic.com/v1 AI_MODEL=claude-sonnet-4-20250514