-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
74 lines (63 loc) · 2.51 KB
/
env.example
File metadata and controls
74 lines (63 loc) · 2.51 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# PromptBatch-Streamlit 模型配置
# 复制此文件为 .env 并填入你的API密钥
# cp env.example .env
# ================================================
# OpenAI GPT系列模型
# ================================================
OPENAI_API_KEY=your-api-key-here
OPENAI_MODEL=gpt-4o-mini
# OPENAI_BASE_URL=https://api.openai.com/v1
# ================================================
# DeepSeek AI模型
# ================================================
# DEEPSEEK_API_KEY=your-api-key-here
# DEEPSEEK_MODEL=deepseek-chat
# DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
# ================================================
# 阿里通义千问模型
# ================================================
# QWEN_API_KEY=your-api-key-here
# QWEN_MODEL=qwen-turbo
# QWEN_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
# ================================================
# Google Gemini模型
# ================================================
# GEMINI_API_KEY=your-api-key-here
# GEMINI_MODEL=gemini-2.0-flash
# GEMINI_BASE_URL=https://generativelanguage.googleapis.com/v1beta/openai
# ================================================
# Anthropic Claude模型
# ================================================
# CLAUDE_API_KEY=your-api-key-here
# CLAUDE_MODEL=claude-3-5-sonnet-20241022
# CLAUDE_BASE_URL=https://api.anthropic.com/v1
# ================================================
# 智谱GLM模型
# ================================================
# ZHIPU_API_KEY=your-api-key-here
# ZHIPU_MODEL=glm-4-plus
# ZHIPU_BASE_URL=https://open.bigmodel.cn/api/paas/v4
# ================================================
# 月之暗面Kimi模型
# ================================================
# MOONSHOT_API_KEY=your-api-key-here
# MOONSHOT_MODEL=moonshot-v1-8k
# MOONSHOT_BASE_URL=https://api.moonshot.cn/v1
# ================================================
# 百川AI模型
# ================================================
# BAICHUAN_API_KEY=your-api-key-here
# BAICHUAN_MODEL=Baichuan4
# BAICHUAN_BASE_URL=https://api.baichuan-ai.com/v1
# ================================================
# MiniMax模型
# ================================================
# MINIMAX_API_KEY=your-api-key-here
# MINIMAX_MODEL=abab6.5s-chat
# MINIMAX_BASE_URL=https://api.minimax.chat/v1
# ================================================
# 硅基流动(多模型聚合)
# ================================================
# SILICONFLOW_API_KEY=your-api-key-here
# SILICONFLOW_MODEL=Qwen/Qwen2.5-72B-Instruct
# SILICONFLOW_BASE_URL=https://api.siliconflow.cn/v1