-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 1.1 KB
/
Copy path.env.example
File metadata and controls
23 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Echo Environment Variables / 环境变量示例
# Copy this file to .env and fill in your config
# 复制此文件为 .env 并填入你的配置
# (也可在应用内「设置」页面配置,无需此文件即可运行)
# ─── AI Chat API Keys ───────────────────────────────
# All optional — configure in-app Settings if preferred.
# 全部可选 —— 也可在应用内「设置」页配置。
VITE_DEEPSEEK_API_KEY=
VITE_OPENAI_API_KEY=
VITE_CLAUDE_API_KEY=
VITE_QWEN_API_KEY=
# ─── Web Search (Tavily) ────────────────────────────
# Enables AI real-time web search. Optional.
# 启用 AI 联网搜索功能,可选。
VITE_TAVILY_API_KEY=
# ─── Default AI Model ───────────────────────────────
# Used when no key is set (placeholder responses) or as the default.
# 未配置密钥时的默认模型 / 应用默认模型。
VITE_DEFAULT_BASE_URL=https://api.deepseek.com/v1
VITE_DEFAULT_MODEL=deepseek-chat