forked from genai-io/san
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (31 loc) · 945 Bytes
/
Copy path.env.example
File metadata and controls
43 lines (31 loc) · 945 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
35
36
37
38
39
40
41
42
43
# San - Environment Variables
# Copy this file to .env and fill in your API keys
# OpenAI API Key (for GPT-4, GPT-4o, etc.)
OPENAI_API_KEY=sk-xxx
# Anthropic API Key (for Claude models)
ANTHROPIC_API_KEY=sk-ant-xxx
# Google Gemini API Key
GOOGLE_API_KEY=xxx
# BigModel (Zhipu GLM) API Key
BIGMODEL_API_KEY=xxx
# BIGMODEL_BASE_URL=https://open.bigmodel.cn/api/paas/v4 # optional override
# DeepSeek API Key
DEEPSEEK_API_KEY=xxx
# Moonshot (Kimi) API Key
MOONSHOT_API_KEY=xxx
# Alibaba (Qwen/DashScope) API Key
DASHSCOPE_API_KEY=xxx
# MiniMax API Key
MINIMAX_API_KEY=xxx
# SenseNova API Key
SENSENOVA_API_KEY=xxx
# SENSENOVA_BASE_URL= # optional override
# Mimo API Key
MIMO_API_KEY=xxx
# MIMO_BASE_URL= # optional override
# Ollama (local models) — no key needed, just set the base URL if non-default
# OLLAMA_BASE_URL=http://localhost:11434/v1
# Search providers
# TAVILY_API_KEY=xxx
# BRAVE_API_KEY=xxx
# SERPER_API_KEY=xxx